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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裄壕 | 11100101111000001000110110001000 | e5e08d88 |
EUC-JP | 裄壕 | 11101010111000101011100111101000 | eae2b9e8 |
UTF-8 | 裄壕 | 111010001010001110000100111001011010001110010101 | e8a384e5a395 |
UHC | ?壕 | 001111111111101110111101 | 3ffbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)