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 | 鴨??^ | 1000101010011011001111110011111101011110 | 8a9b3f3f5e |
EUC-JP | 鴨??^ | 1011001111111011001111110011111101011110 | b3fb3f3f5e |
UTF-8 | 鴨뗥뇣^ | 11101001101101001010100011101011100101111010010111101011100001111010001101011110 | e9b4a8eb97a5eb87a35e |
UHC | 鴨뗥뇣^ | 11100100111001011000101111100101100001111000101101011110 | e4e58be5878b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)