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 | 貊狩揶 | 111001101011101110001110111010111001110110001000 | e6bb8eeb9d88 |
EUC-JP | 貊狩揶 | 111011001011110110111100111011011101100111101000 | ecbdbcedd9e8 |
UTF-8 | 貊狩揶 | 111010001011001010001010111001111000101110101001111001101000111110110110 | e8b28ae78ba9e68fb6 |
UHC | 貊狩揶 | 110110001110011111100010101011011110010110101010 | d8e7e2ade5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)