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 | 揄??^ | 1001110110001001001111110011111101011110 | 9d893f3f5e |
EUC-JP | 揄??^ | 1101100111101001001111110011111101011110 | d9e93f3f5e |
UTF-8 | 揄대썚^ | 11100110100011111000010011101011100011001000000011101100100011011001101001011110 | e68f84eb8c80ec8d9a5e |
UHC | 揄대썚^ | 11101010111100011011010011101011100110111000110101011110 | eaf1b4eb9b8d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)