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 | 遖ェ邉懃ョ | 1110011110100110101010101110011110110011100111001110011110101110 | e7a6aae7b39ce7ae |
EUC-JP | 遖ェ邉懃ョ | 11101110101010001000111010101010111011101011010111011000111010011000111010101110 | eea88eaaeeb5d8e98eae |
UTF-8 | 遖ェ邉懃ョ | 111010011000000110010110111011111011110110101010111010011000001010001001111001101000011110000011111011111011110110101110 | e98196efbdaae98289e68783efbdae |
UHC | ???懃? | 001111110011111100111111110100001100010000111111 | 3f3f3fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)