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 | 瑤???η? | 1110101010100010001111110011111100111111100000111100010100111111 | eaa23f3f3f83c53f |
EUC-JP | 瑤???η? | 1111010010100100001111110011111100111111101001101100011100111111 | f4a43f3f3fa6c73f |
UTF-8 | 瑤뗦뀞說η괵 | 1110011110010001101001001110101110010111101001101110101110000000100111101110111110100110101000011100111010110111111010101011010010110101 | e791a4eb97a6eb809eefa6a1ceb7eab4b5 |
UHC | 瑤뗦뀞說η괵 | 111010001111110110001011111001101000010110010101111001101111001010100101111001111011000110101100 | e8fd8be68595e6f2a5e7b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)