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 | 灼実獸 | 100011101101110010001110110000001110000011010111 | 8edc8ec0e0d7 |
EUC-JP | 灼実獸 | 101111001101111010111100110000101110000011011001 | bcdebcc2e0d9 |
UTF-8 | 灼実獸 | 111001111000000110111100111001011010111010011111111001111000110110111000 | e781bce5ae9fe78db8 |
UHC | 灼?獸 | 1110110111000111001111111110001010101110 | edc73fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)