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 | 貅絶淘 | 111001101011101010010000111000101001001110010001 | e6ba90e29391 |
EUC-JP | 貅絶淘 | 111011001011110011000000111001001100010111110001 | ecbcc0e4c5f1 |
UTF-8 | 貅絶淘 | 111010001011001010000101111001111011010110110110111001101011011110011000 | e8b285e7b5b6e6b798 |
UHC | ?絶淘 | 0011111111101111101111101101010010100011 | 3fefbed4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)