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 | æBPB | 11100110010000101000100110001011100000100101000001000010 | e642898b825042 |
SJIS-WIN | ?B???PB | 00111111010000100011111100111111001111110101000001000010 | 3f423f3f3f5042 |
EUC-JP | æB???PB | 100011111010100111000001010000100011111100111111001111110101000001000010 | 8fa9c1423f3f3f5042 |
UTF-8 | æBPB | 1100001110100110010000101100001010001001110000101000101111000010100000100101000001000010 | c3a642c289c28bc2825042 |
UHC | æB???PB | 1010100110100001010000100011111100111111001111110101000001000010 | a9a1423f3f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)