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 | 穽鴣穽 | 111000100111011011101001111100111110001001110110 | e276e9f3e276 |
EUC-JP | 穽鴣穽 | 111000111101011111110010111101011110001111010111 | e3d7f2f5e3d7 |
UTF-8 | 穽鴣穽 | 111001111010100110111101111010011011010010100011111001111010100110111101 | e7a9bde9b4a3e7a9bd |
UHC | 穽?穽 | 1110111111110000001111111110111111110000 | eff03feff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)