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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯キ驛∵抄 | 111010011001100110110111111010011000001110000001111001101000111110110100 | e999b7e98381e68fb4 |
EUC-JP | 髯キ驛∵抄 | 11110001111110011000111010110111111100011110001110100010111010001011111010110110 | f1f98eb7f1e3a2e8beb6 |
UTF-8 | 髯キ驛∵抄 | 111010011010101110101111111011111011110110110111111010011010100110011011111000101000100010110101111001101000101010000100 | e9abafefbdb7e9a99be288b5e68a84 |
UHC | ??驛∵抄 | 0011111100111111111001101011111010100001111100011111010011111100 | 3f3fe6bea1f1f4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)