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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郁?葬捧括 | 100010001110100000111111100100011001001010010101111110011000101010000111 | 88e83f919295f98a87 |
EUC-JP | 郁?葬捧括 | 101100001110101000111111110000011111001011001010111110111011001111100111 | b0ea3fc1f2cafbb3e7 |
UTF-8 | 郁렪葬捧括 | 111010011000001110000001111010111010000010101010111010001001000110101100111001101000110110100111111001101000101110101100 | e98381eba0aae891ace68da7e68bac |
UHC | 郁렪葬捧括 | 11101001111101001000111010111000111011011111011111011100111010011100111011000000 | e9f48eb8edf7dce9cec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)