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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 仲?迂 | 1001001010000111001111111000100101001001 | 92873f8949 |
EUC-JP | 仲?迂 | 1100001111100111001111111011000110101010 | c3e73fb1aa |
UTF-8 | 仲렒迂 | 111001001011101110110010111010111010000010010010111010001011111110000010 | e4bbb2eba092e8bf82 |
UHC | 仲렒迂 | 111100011110101010001110101001111110100111100110 | f1ea8ea7e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)