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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
EUC-JP | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
UTF-8 | 챔혚혦[BF | 111011001011000110010100111011011001100010011010111011011001100010100110010110110100001001000110 | ecb194ed989aed98a65b4246 |
UHC | 챔혚혦[BF | 110000111010100011000010100001011100001010001110010110110100001001000110 | c3a8c285c28e5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)