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??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
UTF-8 | 횙횄n횙횄nB | 111011011001101010011001111011011001101010000100011011101110110110011010100110011110110110011010100001000110111001000010 | ed9a99ed9a846eed9a99ed9a846e42 |
UHC | 횙횄n횙횄nB | 1100001110010011110000111000001101101110110000111001001111000011100000110110111001000010 | c393c3836ec393c3836e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)