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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈔ア蜈カ貂 | 1110011111100010101100011110010110000101101101101110011010111000 | e7e2b1e585b6e6b8 |
EUC-JP | 鈔ア蜈カ貂 | 11101110111001001000111010110001111010011110010110001110101101101110110010111010 | eee48eb1e9e58eb6ecba |
UTF-8 | 鈔ア蜈カ貂 | 111010011000100010010100111011111011110110110001111010001001110010001000111011111011110110110110111010001011001010000010 | e98894efbdb1e89c88efbdb6e8b282 |
UHC | ??蜈?貂 | 00111111001111111110100010100101001111111111010110110000 | 3f3fe8a53ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)