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 | ????MnoBF | 001111110011111100111111001111110100110101101110011011110100001001000110 | 3f3f3f3f4d6e6f4246 |
SJIS-WIN | ????MnoBF | 001111110011111100111111001111110100110101101110011011110100001001000110 | 3f3f3f3f4d6e6f4246 |
EUC-JP | ????MnoBF | 001111110011111100111111001111110100110101101110011011110100001001000110 | 3f3f3f3f4d6e6f4246 |
UTF-8 | 첨짠철쨈MnoBF | 1110110010110010101010001110110010100111101000001110110010110010101000001110110010101000100010000100110101101110011011110100001001000110 | ecb2a8eca7a0ecb2a0eca8884d6e6f4246 |
UHC | 첨짠철쨈MnoBF | 11000011101101111100001010100111110000111011011011000010101101000100110101101110011011110100001001000110 | c3b7c2a7c3b6c2b44d6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)