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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 由l?^ | 100101110101001010000010100011000011111101011110 | 9752828c3f5e |
EUC-JP | 由l?^ | 110011011011001110100011111011000011111101011110 | cdb3a3ec3f5e |
UTF-8 | 由l뜭^ | 11100111100101001011000111101111101111011000110011101011100111001010110101011110 | e794b1efbd8ceb9cad5e |
UHC | 由l뜭^ | 11101011101001101010001111101100100011011010110101011110 | eba6a3ec8dad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)