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 | 睇?賍 | 1110000111000111001111111110011011011010 | e1c73fe6da |
EUC-JP | 睇朇賍 | 11100010110010011000111111000010111011111110110011011100 | e2c98fc2efecdc |
UTF-8 | 睇朇賍 | 111001111001110110000111111001101001110010000111111010001011001110001101 | e79d87e69c87e8b38d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)