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 | 隕?啼?? | 11101000101001100011111110011010011001010011111100111111 | e8a63f9a653f3f |
EUC-JP | 隕?啼?? | 11110000101010000011111111010011110001100011111100111111 | f0a83fd3c63f3f |
UTF-8 | 隕렣啼목렱 | 111010011001101010010101111010111010000010100011111001011001010110111100111010111010101010101001111010111010000010110001 | e99a95eba0a3e595bcebaaa9eba0b1 |
UHC | 隕렣啼목렱 | 11101010101000101000111010110100111100001010011010111000111100011000111010111110 | eaa28eb4f0a6b8f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)