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 | 雜コ螳育強 | 111010001011011010111010111001011010111010001000111001111000101110101101 | e8b6bae5ae88e78bad |
EUC-JP | 雜コ螳育強 | 11110000101110001000111010111010111010101011000010110000111010011011011010101111 | f0b88ebaeab0b0e9b6af |
UTF-8 | 雜コ螳育強 | 111010011001101110011100111011111011110110111010111010001001111010110011111010001000001010110010111001011011110010110111 | e99b9cefbdbae89eb3e882b2e5bcb7 |
UHC | 雜?螳育? | 1110110111011010001111111101001111011001111010111100000000111111 | edda3fd3d9ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)