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 | ヤ。猖 | 11010100101000011110000011001001 | d4a1e0c9 |
EUC-JP | ヤ。猖 | 100011101101010010001110101000011110000011001011 | 8ed48ea1e0cb |
UTF-8 | ヤ。猖 | 111011111011111010010100111011111011110110100001111001111000110010010110 | efbe94efbda1e78c96 |
UHC | ??猖 | 00111111001111111111001111101001 | 3f3ff3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)