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 | 111000001010101011100000110100111110000010101010111000010111101001000010 | e0aae0d3e0aae17a42 |
EUC-JP | 爼獗爼痙B | 111000001010110011100000110101011110000010101100111000011101101101000010 | e0ace0d5e0ace1db42 |
UTF-8 | 爼獗爼痙B | 11100111100010001011110011100111100011011001011111100111100010001011110011100111100101111001100101000010 | e788bce78d97e788bce7979942 |
UHC | ?獗?痙B | 00111111110011111111000100111111110011001110001001000010 | 3fcff13fcce242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)