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 | 諱ッ豺。閾 | 1110011010000001101011111110011010110111101000011110100010000111 | e681afe6b7a1e887 |
EUC-JP | 諱ッ豺。閾 | 11101011111000011000111010101111111011001011100110001110101000011110111111100111 | ebe18eafecb98ea1efe7 |
UTF-8 | 諱ッ豺。閾 | 111010001010101110110001111011111011110110101111111010001011000110111010111011111011110110100001111010011001011010111110 | e8abb1efbdafe8b1baefbda1e996be |
UHC | 諱?豺?? | 11111101110010010011111111100011110011110011111100111111 | fdc93fe3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)