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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ト齊ア蒔裔 | 11110000101000011100010011101010100011101011000110001110101010101110010111100001 | f0a1c4ea8eb18eaae5e1 |
EUC-JP | ?ト齊ア蒔裔 | 0011111110001110110001001111001111101110100011101011000110111100101011001110101011100011 | 3f8ec4f3ee8eb1bcaceae3 |
UTF-8 | ト齊ア蒔裔 | 111011101000000110100000111011111011111010000100111010011011110110001010111011111011110110110001111010001001001010010100111010001010001110010100 | ee81a0efbe84e9bd8aefbdb1e89294e8a394 |
UHC | ??齊?蒔裔 | 001111110011111111110000101110100011111111100011110010001110011111100000 | 3f3ff0ba3fe3c8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)