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 | 蒻笈迂 | 111001001110100010001011100010001000100101001001 | e4e88b888949 |
EUC-JP | 蒻笈迂 | 111010001110101010110101111010001011000110101010 | e8eab5e8b1aa |
UTF-8 | 蒻笈迂 | 111010001001001010111011111001111010110010001000111010001011111110000010 | e892bbe7ac88e8bf82 |
UHC | 蒻?迂 | 1110010110110110001111111110100111100110 | e5b63fe9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)