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 | 弔貊??? | 10010010101000101110011010111011001111110011111100111111 | 92a2e6bb3f3f3f |
EUC-JP | 弔貊??? | 11000100101001001110110010111101001111110011111100111111 | c4a4ecbd3f3f3f |
UTF-8 | 弔貊렍멱회 | 111001011011110010010100111010001011001010001010111010111010000010001101111010111010100110110001111011011001101010001100 | e5bc94e8b28aeba08deba9b1ed9a8c |
UHC | 弔貊렍멱회 | 11110000110000001101100011100111100011101010001110111000111010001100100010111000 | f0c0d8e78ea3b8e8c8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)