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 | 瞽赧 | 111000011101101011111000110001111110011011011101 | e1daf8c7e6dd |
EUC-JP | 瞽?赧 | 1110001011011100001111111110110011011111 | e2dc3fecdf |
UTF-8 | 瞽赧 | 111001111001111010111101111011101001100110100110111010001011010110100111 | e79ebdee99a6e8b5a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)