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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 容?容?^ | 10010111011001010011111110010111011001010011111101011110 | 97653f97653f5e |
EUC-JP | 容?容?^ | 11001101110001100011111111001101110001100011111101011110 | cdc63fcdc63f5e |
UTF-8 | 容뛆容뛆^ | 11100101101011101011100111101011100110111000011011100101101011101011100111101011100110111000011001011110 | e5aeb9eb9b86e5aeb9eb9b865e |
UHC | 容뛆容뛆^ | 111010011011101110001101010001001110100110111011100011010100010001011110 | e9bb8d44e9bb8d445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)