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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 杓磁斜昇 | 1000111011011011100011101010010110001110110011101000111110111000 | 8edb8ea58ece8fb8 |
EUC-JP | 杓磁斜昇 | 1011110011011101101111001010011110111100110100001011111010111010 | bcddbca7bcd0beba |
UTF-8 | 杓磁斜昇 | 111001101001110110010011111001111010001110000001111001101001011010011100111001101001100010000111 | e69d93e7a381e6969ce69887 |
UHC | 杓磁斜昇 | 1111100011110101111011011011100011011110110110001110001110110000 | f8f5edb8ded8e3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)