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 | 寥???? | 100110111000110000111111001111110011111100111111 | 9b8c3f3f3f3f |
EUC-JP | 寥???? | 110101011110110000111111001111110011111100111111 | d5ec3f3f3f3f |
UTF-8 | 寥렯롊렯롅 | 111001011010111110100101111010111010000010101111111010111010000110001010111010111010000010101111111010111010000110000101 | e5afa5eba0afeba18aeba0afeba185 |
UHC | 寥렯롊렯롅 | 11101000111011111000111010111100100011101101000010001110101111001000111011001011 | e8ef8ebc8ed08ebc8ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)