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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 蔣?? | 1000111111011001101101100011111100111111 | 8fd9b63f3f |
UTF-8 | 蔣곺뱨 | 111010001001010010100011111010101011001110111010111010111011000110101000 | e894a3eab3baebb1a8 |
UHC | 蔣곺뱨 | 111011011111100010000001111011101001001110001110 | edf881ee938e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)