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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 損損@B | 100100011011100110010001101110010100000001000010 | 91b991b94042 |
EUC-JP | 損損@B | 110000101011101111000010101110110100000001000010 | c2bbc2bb4042 |
UTF-8 | 損損@B | 1110011010010000100011011110011010010000100011010100000001000010 | e6908de6908d4042 |
UHC | 損損@B | 111000011101111111100001110111110100000001000010 | e1dfe1df4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)