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 | ??隕? | 0011111100111111111010001010011000111111 | 3f3fe8a63f |
EUC-JP | ??隕? | 0011111100111111111100001010100000111111 | 3f3ff0a83f |
UTF-8 | 飇렣隕렭 | 111010011010001110000111111010111010000010100011111010011001101010010101111010111010000010101101 | e9a387eba0a3e99a95eba0ad |
UHC | 飇렣隕렭 | 1111100011111100100011101011010011101010101000101000111010111010 | f8fc8eb4eaa28eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)