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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謔壕ェ | 1110011010000010100011011000100010101010 | e6828d88aa |
EUC-JP | 謔壕ェ | 111010111110001010111001111010001000111010101010 | ebe2b9e88eaa |
UTF-8 | 謔壕ェ | 111010001010110010010100111001011010001110010101111011111011110110101010 | e8ac94e5a395efbdaa |
UHC | 謔壕? | 1111100111001100111110111011110100111111 | f9ccfbbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)