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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | 獨猩皚LF | 1110000011010101111000001100110111100001101010110100110001000110 | e0d5e0cde1ab4c46 |
EUC-JP | 獨猩皚LF | 1110000011010111111000001100111111100010101011010100110001000110 | e0d7e0cfe2ad4c46 |
UTF-8 | 獨猩皚LF | 1110011110001101101010001110011110001100101010011110011110011010100110100100110001000110 | e78da8e78ca9e79a9a4c46 |
UHC | 獨猩?LF | 11010100101111001110000011111010001111110100110001000110 | d4bce0fa3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)