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 | 蒻肴迂 | 111001001110100010001101111001101000100101001001 | e4e88de68949 |
EUC-JP | 蒻肴迂 | 111010001110101010111010111010001011000110101010 | e8eabae8b1aa |
UTF-8 | 蒻肴迂 | 111010001001001010111011111010001000001010110100111010001011111110000010 | e892bbe882b4e8bf82 |
UHC | 蒻肴迂 | 111001011011011011111101101000101110100111100110 | e5b6fda2e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)