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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜写煮雜 | 11101000101101101111000010111000100011101100101010001110110011111110100010110110 | e8b6f0b88eca8ecfe8b6 |
EUC-JP | 雜?写煮雜 | 111100001011100000111111101111001100110010111100110100011111000010111000 | f0b83fbcccbcd1f0b8 |
UTF-8 | 雜写煮雜 | 111010011001101110011100111011101000000110110111111001011000011010011001111001111000010110101110111010011001101110011100 | e99b9cee81b7e58699e785aee99b9c |
UHC | 雜??煮雜 | 1110110111011010001111110011111111101101101101001110110111011010 | edda3f3fedb4edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)