To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??N??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-WIN | 郁?N郁?\ | 1000100011101000001111110100111010001000111010000011111101011100 | 88e83f4e88e83f5c |
EUC-JP | 郁?N郁?\ | 1011000011101010001111110100111010110000111010100011111101011100 | b0ea3f4eb0ea3f5c |
UTF-8 | 郁렪N郁렪\ | 1110100110000011100000011110101110100000101010100100111011101001100000111000000111101011101000001010101001011100 | e98381eba0aa4ee98381eba0aa5c |
UHC | 郁렪N郁렪\ | 11101001111101001000111010111000010011101110100111110100100011101011100001011100 | e9f48eb84ee9f48eb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)