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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盧裟k第 | 1110000110111000100011011011111010000010100010111001000111100110 | e1b88dbe828b91e6 |
EUC-JP | 盧裟k第 | 1110001010111010101110101100000010100011111010111100001011101000 | e2babac0a3ebc2e8 |
UTF-8 | 盧裟k第 | 111001111001101110100111111010001010001110011111111011111011110110001011111001111010110010101100 | e79ba7e8a39fefbd8be7acac |
UHC | 盧裟k第 | 1101011011010100110111101111000010100011111010111111000010101111 | d6d4def0a3ebf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)