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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??楷ι | 1001011101110110001111110011111110011110101100101000001111000111 | 97763f3f9eb283c7 |
EUC-JP | 要??楷ι | 1100110111010111001111110011111111011100101101001010011011001001 | cdd73f3fdcb4a6c9 |
UTF-8 | 要쏒뿏楷ι | 1110100010100110100000011110110010001111100100101110101110111111100011111110011010100101101101111100111010111001 | e8a681ec8f92ebbf8fe6a5b7ceb9 |
UHC | 要쏒뿏楷ι | 11101001101010011001101111111000100101111001010011111010101011001010010111101001 | e9a99bf89794faaca5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)