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 | ?B?BB | 0011111101000010001111110100001001000010 | 3f423f4242 |
SJIS-WIN | 辰B辰BB | 10010010010000110100001010010010010000110100001001000010 | 92434292434242 |
EUC-JP | 辰B辰BB | 11000011101001000100001011000011101001000100001001000010 | c3a442c3a44242 |
UTF-8 | 辰B辰BB | 111010001011111010110000010000101110100010111110101100000100001001000010 | e8beb042e8beb04242 |
UHC | 辰B辰BB | 11110010111000110100001011110010111000110100001001000010 | f2e342f2e34242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)