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 | 筬盻皺 | 111000101010101111100001101110111110000110110000 | e2abe1bbe1b0 |
EUC-JP | 筬盻皺 | 111001001010110111100010101111011110001010110010 | e4ade2bde2b2 |
UTF-8 | 筬盻皺 | 111001111010110110101100111001111001101110111011111001111001101010111010 | e7adace79bbbe79aba |
UHC | 筬?皺 | 1110000011111110001111111111010111010100 | e0fe3ff5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)