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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
UTF-8 | 챔첸혣o | 11101100101100011001010011101100101100101011100011101101100110001010001101101111 | ecb194ecb2b8ed98a36f |
UHC | 챔첸혣o | 11000011101010001100001110111110110000101000110001101111 | c3a8c3bec28c6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)