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 | 霑叱渹 | 111010001011111110001110101101101111101101000110 | e8bf8eb6fb46 |
EUC-JP | 霑叱渹 | 11110000110000011011110010111000100011111100011111101110 | f0c1bcb88fc7ee |
UTF-8 | 霑叱渹 | 111010011001110010010001111001011000111110110001111001101011100010111001 | e99c91e58fb1e6b8b9 |
UHC | 霑叱? | 1110111111000101111100101110101000111111 | efc5f2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)