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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
EUC-JP | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
UTF-8 | 횄징횄혛횄짙N | 11101101100110101000010011101100101001111001010111101101100110101000010011101101100110001001101111101101100110101000010011101100101001111001100101001110 | ed9a84eca795ed9a84ed989bed9a84eca7994e |
UHC | 횄징횄혛횄짙N | 11000011100000111100001010100001110000111000001111000010100001101100001110000011110000101010001101001110 | c383c2a1c383c286c383c2a34e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)