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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 籖犹~ | 1110001011011101111000001011100101111110 | e2dde0b97e |
EUC-JP | 籖犹~ | 1110010011011111111000001011101101111110 | e4dfe0bb7e |
UTF-8 | 籖犹~ | 11100111101100011001011011100111100010101011100101111110 | e7b196e78ab97e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)