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 | 歪屆? | 1001100001100011100110111001110000111111 | 98639b9c3f |
EUC-JP | 歪屆嫄 | 11001111110001001101010111111100100011111011101010100001 | cfc4d5fc8fbaa1 |
UTF-8 | 歪屆嫄 | 111001101010110110101010111001011011000110000110111001011010101110000100 | e6adaae5b186e5ab84 |
UHC | 歪屆嫄 | 111010001110000011001100111110101110101010110001 | e8e0ccfaeab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)