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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 輸@輸@B | 10010111010000010100000010010111010000010100000001000010 | 97414097414042 |
EUC-JP | 輸@輸@B | 11001101101000100100000011001101101000100100000001000010 | cda240cda24042 |
UTF-8 | 輸@輸@B | 111010001011110010111000010000001110100010111100101110000100000001000010 | e8bcb840e8bcb84042 |
UHC | 輸@輸@B | 11100010110000110100000011100010110000110100000001000010 | e2c340e2c34042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)