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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 搔?飡^ | 1000111111000000110010110011111110001111111010001100100001011110 | 8fc0cb3f8fe8c85e |
UTF-8 | 搔롋飡^ | 11100110100100001001010011101011101000011000101111101001101000111010000101011110 | e69094eba18be9a3a15e |
UHC | 搔롋飡^ | 11100001101110001000111011010001111000011110001001011110 | e1b88ed1e1e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)