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 | ??暲 | 00111111001111111111101011011100 | 3f3ffadc |
EUC-JP | 瑗?暲 | 10001111110011001100000000111111100011111100001011011011 | 8fccc03f8fc2db |
UTF-8 | 瑗렒暲 | 111001111001000110010111111010111010000010010010111001101001101010110010 | e79197eba092e69ab2 |
UHC | 瑗렒暲 | 111010101011110010001110101001111110110111100111 | eabc8ea7ede7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)