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 | 10001000101000010011111100111111010110110100001001000110 | 88a13f3f5b4246 |
EUC-JP | 娃??[BF | 10110000101000110011111100111111010110110100001001000110 | b0a33f3f5b4246 |
UTF-8 | 娃붺떥[BF | 111001011010100010000011111010111011011010111010111010111001011010100101010110110100001001000110 | e5a883ebb6baeb96a55b4246 |
UHC | 娃붺떥[BF | 111010001101111110010100111001111000101110111000010110110100001001000110 | e8df94e78bb85b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)