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 | 襄玖濤 | 111001011111010110001011111010001001111110110111 | e5f58be89fb7 |
EUC-JP | 襄玖濤 | 111010101111011110110110111010101101111010111001 | eaf7b6eadeb9 |
UTF-8 | 襄玖濤 | 111010001010010110000100111001111000111010010110111001101011111110100100 | e8a584e78e96e6bfa4 |
UHC | 襄玖濤 | 111001011101000111001111101110001101010010100110 | e5d1cfb8d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)