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 | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
SJIS-WIN | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
EUC-JP | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
UTF-8 | 렯렽렯렔vG | 1110101110100000101011111110101110100000101111011110101110100000101011111110101110100000100101000111011001000111 | eba0afeba0bdeba0afeba0947647 |
UHC | 렯렽렯렔vG | 10001110101111001000111011000101100011101011110010001110101010010111011001000111 | 8ebc8ec58ebc8ea97647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)