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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 低?G | 10010010111000010011111101000111 | 92e13f47 |
EUC-JP | 低?G | 11000100111000110011111101000111 | c4e33f47 |
UTF-8 | 低렦G | 11100100101111011000111011101011101000001010011001000111 | e4bd8eeba0a647 |
UHC | 低렦G | 1110111010111000100011101011010101000111 | eeb88eb547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)