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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹キ轤ュ蓍③ | 11101000101100001011011111100111100000101010110111100100111001111000011101000010 | e8b0b7e782ade4e78742 |
EUC-JP | 隹キ轤ュ蓍? | 1111000010110010100011101011011111101101111000101000111010101101111010001110100100111111 | f0b28eb7ede28eade8e93f |
UTF-8 | 隹キ轤ュ蓍③ | 111010011001101010111001111011111011110110110111111010001011110110100100111011111011110110101101111010001001001110001101111000101001000110100010 | e99ab9efbdb7e8bda4efbdade8938de291a2 |
UHC | ????蓍③ | 0011111100111111001111110011111111100011110010011010100011101001 | 3f3f3f3fe3c9a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)