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 | ?經?? | 0011111111100011010100110011111100111111 | 3fe3533f3f |
EUC-JP | 焌經?? | 10001111110010011110100011100101101101000011111100111111 | 8fc9e8e5b43f3f |
UTF-8 | 焌經렕렢 | 111001111000010010001100111001111011011010010011111010111010000010010101111010111010000010100010 | e7848ce7b693eba095eba0a2 |
UHC | 焌經렕렢 | 1111000111100000110011001110100010001110101010101000111010110011 | f1e0cce88eaa8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)