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 | 懷顏躬 | 100111001110010111101000111110001110011101011010 | 9ce5e8f8e75a |
EUC-JP | 懷顏躬 | 110110001110011111110000111110101110110110111011 | d8e7f0faedbb |
UTF-8 | 懷顏躬 | 111001101000011110110111111010011010000110001111111010001011101010101100 | e687b7e9a18fe8baac |
UHC | 懷?躬 | 1111110011100011001111111100111111100101 | fce33fcfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)