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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 庸????? | 10010111011001100011111100111111001111110011111100111111 | 97663f3f3f3f3f |
EUC-JP | 庸???®? | 110011011100011100111111001111110011111110001111101000101110111000111111 | cdc73f3f3f8fa2ee3f |
UTF-8 | 庸롫툙溜®윲 | 1110010110111010101110001110101110100001101010111110110110001000100110011110111110100111100010111100001010101110111011001001110010110010 | e5bab8eba1abed8899efa78bc2aeec9cb2 |
UHC | 庸롫툙溜®윲 | 111010011011110010001110111010111011100010010000111010101111111010100010111001111001111110101111 | e9bc8eebb890eafea2e79faf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)