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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???潁ロ? | 0011111100111111001111111001111111110001100000111000110100111111 | 3f3f3f9ff1838d3f |
EUC-JP | ???潁ロ? | 0011111100111111001111111101111011110011101001011110110100111111 | 3f3f3fdef3a5ed3f |
UTF-8 | 琉뗨꽮潁ロ뿤 | 111011111010011110001100111010111001011110101000111010101011110110101110111001101011110110000001111000111000001110101101111010111011111110100100 | efa78ceb97a8eabdaee6bd81e383adebbfa4 |
UHC | 琉뗨꽮潁ロ뿤 | 111010111010010010001011111010001000010010111001111001111011100010101011111011011001011110100100 | eba48be884b9e7b8abed97a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)