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@ | 00111111001111110011111100111111001111110100111001000000 | 3f3f3f3f3f4e40 |
SJIS-WIN | ?????N@ | 00111111001111110011111100111111001111110100111001000000 | 3f3f3f3f3f4e40 |
EUC-JP | ?????N@ | 00111111001111110011111100111111001111110100111001000000 | 3f3f3f3f3f4e40 |
UTF-8 | 채횦혢챠혧N@ | 1110110010110001100001001110110110011010101001101110110110011000101000101110110010110001101000001110110110011000101001110100111001000000 | ecb184ed9aa6ed98a2ecb1a0ed98a74e40 |
UHC | 채횦혢챠혧N@ | 110000111010010011000011100111011100001010001011110000111010110111000010100011110100111001000000 | c3a4c39dc28bc3adc28f4e40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)