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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | 諱ッ豺。_ | 11100110100000011010111111100110101101111010000101011111 | e681afe6b7a15f |
EUC-JP | 諱ッ豺。_ | 111010111110000110001110101011111110110010111001100011101010000101011111 | ebe18eafecb98ea15f |
UTF-8 | 諱ッ豺。_ | 11101000101010111011000111101111101111011010111111101000101100011011101011101111101111011010000101011111 | e8abb1efbdafe8b1baefbda15f |
UHC | 諱?豺?_ | 11111101110010010011111111100011110011110011111101011111 | fdc93fe3cf3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)