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 | 茫∽勘 | 111001001010100110000001111001001000101010101000 | e4a981e48aa8 |
EUC-JP | 茫∽勘 | 111010001010101110100010111001101011010010101010 | e8aba2e6b4aa |
UTF-8 | 茫∽勘 | 111010001000110010101011111000101000100010111101111001011000101110011000 | e88cabe288bde58b98 |
UHC | 茫∽勘 | 110110001101010010100001111011111100101011101011 | d8d4a1efcaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)