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 | 犧獻獻獨砠 | 11100000101110001110000011011001111000001101100111100000110101011110000111100111 | e0b8e0d9e0d9e0d5e1e7 |
EUC-JP | 犧獻獻獨砠 | 11100000101110101110000011011011111000001101101111100000110101111110001011101001 | e0bae0dbe0dbe0d7e2e9 |
UTF-8 | 犧獻獻獨砠 | 111001111000101010100111111001111000110110111011111001111000110110111011111001111000110110101000111001111010000010100000 | e78aa7e78dbbe78dbbe78da8e7a0a0 |
UHC | 犧獻獻獨? | 111111011111101011111010110011001111101011001100110101001011110000111111 | fdfafaccfaccd4bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)