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 | 𧷡h | 1111000010100111101101111010000101101000 | f0a7b7a168 |
SJIS-WIN | ?§??h | 001111111000000110011000001111110011111101101000 | 3f81983f3f68 |
EUC-JP | �h | 10001111101010011100001110100001111110000011111110001111101000101100001001101000 | 8fa9c3a1f83f8fa2c268 |
UTF-8 | 𧷡h | 110000111011000011000010101001111100001010110111110000101010000101101000 | c3b0c2a7c2b7c2a168 |
UHC | 𧷡h | 101010011010001110100001110101111010000110100100101000101010111001101000 | a9a3a1d7a1a4a2ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)