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 | 辷ィ迴守準 | 111001111000100010101000111001111000111110001110111001111000111110000000 | e788a8e78f8ee78f80 |
EUC-JP | 辷ィ迴守準 | 11101101111010001000111010101000111011011110111110111100111010011011110111100000 | ede88ea8edefbce9bde0 |
UTF-8 | 辷ィ迴守準 | 111010001011111010110111111011111011110110101000111010001011111110110100111001011010111010001000111001101011101010010110 | e8beb7efbda8e8bfb4e5ae88e6ba96 |
UHC | ???守準 | 00111111001111110011111111100001111110101111000111011110 | 3f3f3fe1faf1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)