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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
EUC-JP | 蔣??h蔣 | 100011111101100110110110001111110011111101101000100011111101100110110110 | 8fd9b63f3f688fd9b6 |
UTF-8 | 蔣뷁닡h蔣 | 11101000100101001010001111101011101101111000000111101011100010111010000101101000111010001001010010100011 | e894a3ebb781eb8ba168e894a3 |
UHC | 蔣뷁닡h蔣 | 111011011111100010010100111011101000100010100001011010001110110111111000 | edf894ee88a168edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)