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 | 猖。ヘ | 111000001100100110100001110011011111000010110101 | e0c9a1cdf0b5 |
EUC-JP | 猖。ヘ? | 11100000110010111000111010100001100011101100110100111111 | e0cb8ea18ecd3f |
UTF-8 | 猖。ヘ | 111001111000110010010110111011111011110110100001111011111011111010001101111011101000000110110100 | e78c96efbda1efbe8dee81b4 |
UHC | 猖??? | 1111001111101001001111110011111100111111 | f3e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)