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 | 庸??誼? | 10010111011001100011111100111111100010110110001000111111 | 97663f3f8b623f |
EUC-JP | 庸??誼? | 11001101110001110011111100111111101101011100001100111111 | cdc73f3fb5c33f |
UTF-8 | 庸뉕랜誼놟 | 111001011011101010111000111010111000100110010101111010111001111010011100111010001010101010111100111010111000011010011111 | e5bab8eb8995eb9e9ce8aabceb869f |
UHC | 庸뉕랜誼놟 | 11101001101111001000011111101010101101111010001111101011111111101000011101000010 | e9bc87eab7a3ebfe8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)