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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?癬?癬B | 00111111111000011001110100111111111000011001110101000010 | 3fe19d3fe19d42 |
EUC-JP | ?癬?癬B | 00111111111000011111110100111111111000011111110101000010 | 3fe1fd3fe1fd42 |
UTF-8 | 琡癬琡癬B | 11100111100100001010000111100111100110011010110011100111100100001010000111100111100110011010110001000010 | e790a1e799ace790a1e799ac42 |
UHC | 琡癬琡癬B | 111000101101101011100000110010001110001011011010111000001100100001000010 | e2dae0c8e2dae0c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)