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 | 11101100101010011000110011101101100110101000011011101100101010011000110011101100101010001000000001101111 | eca98ced9a86eca98ceca8806f |
UHC | 쩌횆쩌쨀o | 110000101011110011000011100001001100001010111100110000101011001101101111 | c2bcc384c2bcc2b36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)