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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊種且 | 111001101011101110001110111011011000101010001110 | e6bb8eed8a8e |
EUC-JP | 貊種且 | 111011001011110110111100111011111011001111101110 | ecbdbcefb3ee |
UTF-8 | 貊種且 | 111010001011001010001010111001111010100010101110111001001011100010010100 | e8b28ae7a8aee4b894 |
UHC | 貊種且 | 110110001110011111110000111110101111001110100110 | d8e7f0faf3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)