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 | 傚懃衝 | 100110001111100110011100111001111000111111010101 | 98f99ce78fd5 |
EUC-JP | 傚懃衝 | 110100001111101111011000111010011011111011010111 | d0fbd8e9bed7 |
UTF-8 | 傚懃衝 | 111001011000001010011010111001101000011110000011111010001010000110011101 | e5829ae68783e8a19d |
UHC | ?懃衝 | 0011111111010000110001001111010111111010 | 3fd0c4f5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)