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 | ?B???O | 001111110100001000111111001111110011111101001111 | 3f423f3f3f4f |
SJIS-WIN | ?B???O | 001111110100001000111111001111110011111101001111 | 3f423f3f3f4f |
EUC-JP | ?B???O | 001111110100001000111111001111110011111101001111 | 3f423f3f3f4f |
UTF-8 | 챈B혢챔혥O | 1110110010110001100010000100001011101101100110001010001011101100101100011001010011101101100110001010010101001111 | ecb18842ed98a2ecb194ed98a54f |
UHC | 챈B혢챔혥O | 11000011101001100100001011000010100010111100001110101000110000101000110101001111 | c3a642c28bc3a8c28d4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)