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 | 弔貊??家 | 1001001010100010111001101011101100111111001111111000100111000110 | 92a2e6bb3f3f89c6 |
EUC-JP | 弔貊??家 | 1100010010100100111011001011110100111111001111111011001011001000 | c4a4ecbd3f3fb2c8 |
UTF-8 | 弔貊렍멸家 | 111001011011110010010100111010001011001010001010111010111010000010001101111010111010100110111000111001011010111010110110 | e5bc94e8b28aeba08deba9b8e5aeb6 |
UHC | 弔貊렍멸家 | 11110000110000001101100011100111100011101010001110111000111010101100101010101011 | f0c0d8e78ea3b8eacaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)