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 | 雍也柾 | 111010001011010010010110111001111001011010001111 | e8b496e7968f |
EUC-JP | 雍也柾 | 111100001011011011001100111010011100101111101111 | f0b6cce9cbef |
UTF-8 | 雍也柾 | 111010011001101110001101111001001011100110011111111001101001111110111110 | e99b8de4b99fe69fbe |
UHC | 雍也柾 | 111010001011110011100101101001011110111111011110 | e8bce5a5efde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)