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 | 髜嫉釥 | 111111000100000010001110101110011111101111000000 | fc408eb9fbc0 |
EUC-JP | 髜嫉釥 | 1000111111101001111011011011110010111011100011111110001110101011 | 8fe9edbcbb8fe3ab |
UTF-8 | 髜嫉釥 | 111010011010101110011100111001011010101110001001111010011000011110100101 | e9ab9ce5ab89e987a5 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)