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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瓦淑瓦 | 100010101010001010001111011010011000101010100010 | 8aa28f698aa2 |
EUC-JP | 瓦淑瓦 | 101101001010010010111101110010101011010010100100 | b4a4bdcab4a4 |
UTF-8 | 瓦淑瓦 | 111001111001001110100110111001101011011110010001111001111001001110100110 | e793a6e6b791e793a6 |
UHC | 瓦淑瓦 | 111010001011111111100010110101111110100010111111 | e8bfe2d7e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)