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 | 瀛?? | 11100000011010010011111100111111 | e0693f3f |
EUC-JP | 瀛?ij | 110111111100101000111111100011111010100111000110 | dfca3f8fa9c6 |
UTF-8 | 瀛먫ij | 1110011110000000100110111110101110101000101010111100010010110011 | e7809beba8abc4b3 |
UHC | 瀛먫ij | 111001111011101010010000111010001010100110100110 | e7ba90e8a9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)