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 | 貅尖相 | 111001101011101010010000111010111001000110001010 | e6ba90eb918a |
EUC-JP | 貅尖相 | 111011001011110011000000111011011100000111101010 | ecbcc0edc1ea |
UTF-8 | 貅尖相 | 111010001011001010000101111001011011000010010110111001111001101110111000 | e8b285e5b096e79bb8 |
UHC | ?尖相 | 0011111111110100110100111101111111010011 | 3ff4d3dfd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)