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 | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
UTF-8 | 렯롙렯렍o | 11101011101000001010111111101011101000011001100111101011101000001010111111101011101000001000110101101111 | eba0afeba199eba0afeba08d6f |
UHC | 렯롙렯렍o | 100011101011110010001110110111011000111010111100100011101010001101101111 | 8ebc8edd8ebc8ea36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)