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 | 貊種聖 | 111001101011101110001110111011011001000010111001 | e6bb8eed90b9 |
EUC-JP | 貊種聖 | 111011001011110110111100111011111100000010111011 | ecbdbcefc0bb |
UTF-8 | 貊種聖 | 111010001011001010001010111001111010100010101110111010001000000110010110 | e8b28ae7a8aee88196 |
UHC | 貊種聖 | 110110001110011111110000111110101110000110100001 | d8e7f0fae1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)