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 | 鞐戊娼 | 111010001101111010010101111010001000111110101001 | e8de95e88fa9 |
EUC-JP | 鞐戊娼 | 111100001110000011001010111010101011111010101011 | f0e0caeabeab |
UTF-8 | 鞐戊娼 | 111010011001111010010000111001101000100010001010111001011010100010111100 | e99e90e6888ae5a8bc |
UHC | ?戊娼 | 0011111111011001111001101111001111011110 | 3fd9e6f3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)