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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 災?黴? | 100011011101000000111111111010101000000000111111 | 8dd03fea803f |
EUC-JP | 災?黴? | 101110101101001000111111111100111110000000111111 | bad23ff3e03f |
UTF-8 | 災고黴뤈 | 111001111000000110111101111010101011001110100000111010011011101110110100111010111010010010001000 | e781bdeab3a0e9bbb4eba488 |
UHC | 災고黴뤈 | 1110111010101100101100001110110111011010101111011000111110111000 | eeacb0eddabd8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)