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 | ?????V? | 00111111001111110011111100111111001111110101011000111111 | 3f3f3f3f3f563f |
SJIS-WIN | ?????V? | 00111111001111110011111100111111001111110101011000111111 | 3f3f3f3f3f563f |
EUC-JP | ?????V? | 00111111001111110011111100111111001111110101011000111111 | 3f3f3f3f3f563f |
UTF-8 | 창철혡챔혡V책 | 11101100101100001011110111101100101100101010000011101101100110001010000111101100101100011001010011101101100110001010000101010110111011001011000110000101 | ecb0bdecb2a0ed98a1ecb194ed98a156ecb185 |
UHC | 창철혡챔혡V책 | 11000011101000101100001110110110110000101000101011000011101010001100001010001010010101101100001110100101 | c3a2c3b6c28ac3a8c28a56c3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)