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 | 蒻榊畿 | 111001001110100010001101111001011000101101000101 | e4e88de58b45 |
EUC-JP | 蒻榊畿 | 111010001110101010111010111001111011010110100110 | e8eabae7b5a6 |
UTF-8 | 蒻榊畿 | 111010001001001010111011111001101010011010001010111001111001010110111111 | e892bbe6a68ae795bf |
UHC | 蒻?畿 | 1110010110110110001111111101000110110010 | e5b63fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)