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 | 肢紗?懿? | 1000111010001000100011101101000100111111100111001111001000111111 | 8e888ed13f9cf23f |
EUC-JP | 肢紗?懿? | 1011101111101000101111001101001100111111110110001111010000111111 | bbe8bcd33fd8f43f |
UTF-8 | 肢紗郎懿렣 | 111010001000001010100010111001111011010010010111111011111010010010101100111001101000011110111111111010111010000010100011 | e882a2e7b497efa4ace687bfeba0a3 |
UHC | 肢紗郎懿렣 | 11110010101101101101111011101001110100101010101111101011111100111000111010110100 | f2b6dee9d2abebf38eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)