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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??異??? | 00111111001111111000100011011001001111110011111100111111 | 3f3f88d93f3f3f |
EUC-JP | ??異??? | 00111111001111111011000011011011001111110011111100111111 | 3f3fb0db3f3f3f |
UTF-8 | 롘롖異렕렮롆 | 111010111010000110011000111010111010000110010110111001111001010110110000111010111010000010010101111010111010000010101110111010111010000110000110 | eba198eba196e795b0eba095eba0aeeba186 |
UHC | 롘롖異렕렮롆 | 100011101101110010001110110110101110110010110110100011101010101010001110101110111000111011001100 | 8edc8edaecb68eaa8ebb8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)