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 | 蔔莨煖 | 111001001111011111100100101111001110000010001011 | e4f7e4bce08b |
EUC-JP | 蔔莨煖 | 111010001111100111101000101111101101111111101011 | e8f9e8bedfeb |
UTF-8 | 蔔莨煖 | 111010001001010010010100111010001000111010101000111001111000010110010110 | e89494e88ea8e78596 |
UHC | 蔔?煖 | 1101110011011011001111111101000111101110 | dcdb3fd1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)