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 | 爵実照 | 100011101101110110001110110000001000111111000110 | 8edd8ec08fc6 |
EUC-JP | 爵実照 | 101111001101111110111100110000101011111011001000 | bcdfbcc2bec8 |
UTF-8 | 爵実照 | 111001111000100010110101111001011010111010011111111001111000010110100111 | e788b5e5ae9fe785a7 |
UHC | 爵?照 | 1110110111001001001111111111000011001110 | edc93ff0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)