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 | 隲。蜻ー褪晉 | 11101000101010111010000111100101100100011011000011100101111100101001110111100111 | e8aba1e591b0e5f29de7 |
EUC-JP | 隲。蜻ー褪晉 | 111100001010110110001110101000011110100111110001100011101011000011101010111101001101101011101001 | f0ad8ea1e9f18eb0eaf4dae9 |
UTF-8 | 隲。蜻ー褪晉 | 111010011001101010110010111011111011110110100001111010001001110010111011111011111011110110110000111010001010010010101010111001101001100110001001 | e99ab2efbda1e89cbbefbdb0e8a4aae69989 |
UHC | ????褪晉 | 0011111100111111001111110011111111110111110110111111001011001011 | 3f3f3f3ff7dbf2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)