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 | 瓦?項 | 1000101010100010001111111000110110000000 | 8aa23f8d80 |
EUC-JP | 瓦?項 | 1011010010100100001111111011100111100000 | b4a43fb9e0 |
UTF-8 | 瓦렞項 | 111001111001001110100110111010111010000010011110111010011010000010000101 | e793a6eba09ee9a085 |
UHC | 瓦렞項 | 111010001011111110001110101011111111101010100011 | e8bf8eaffaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)