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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
SJIS-WIN | 葹イ辷セZ遽 | 111001001101111110110010111001111000100010111110010110101110011110101111 | e4dfb2e788be5ae7af |
EUC-JP | 葹イ辷セZ遽 | 1110100011100001100011101011001011101101111010001000111010111110010110101110111010110001 | e8e18eb2ede88ebe5aeeb1 |
UTF-8 | 葹イ辷セZ遽 | 11101000100100011011100111101111101111011011001011101000101111101011011111101111101111011011111001011010111010011000000110111101 | e891b9efbdb2e8beb7efbdbe5ae981bd |
UHC | ????Z遽 | 00111111001111110011111100111111010110101100101111101000 | 3f3f3f3f5acbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)