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 | ヨ襷 | 1101011011110011111010101110011001000110 | d6f3eae646 |
EUC-JP | ヨ?襷 | 1000111011010110001111111110101110100111 | 8ed63feba7 |
UTF-8 | ヨ襷 | 111011111011111010010110111011101000101110011101111010001010010110110111 | efbe96ee8b9de8a5b7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)