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 | ?A???N | 001111110100000100111111001111110011111101001110 | 3f413f3f3f4e |
SJIS-WIN | ?A???N | 001111110100000100111111001111110011111101001110 | 3f413f3f3f4e |
EUC-JP | ?A???N | 001111110100000100111111001111110011111101001110 | 3f413f3f3f4e |
UTF-8 | 채A찼철혴N | 1110110010110001100001000100000111101100101100001011110011101100101100101010000011101101100110001011010001001110 | ecb18441ecb0bcecb2a0ed98b44e |
UHC | 채A찼철혴N | 11000011101001000100000111000011101000011100001110110110110000101001101101001110 | c3a441c3a1c3b6c29b4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)