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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜃晝ソ | 1110010110000111100111011110101010111111 | e5879deabf |
EUC-JP | 蜃晝ソ | 111010011110011111011010111011001000111010111111 | e9e7daec8ebf |
UTF-8 | 蜃晝ソ | 111010001001110010000011111001101001100110011101111011111011110110111111 | e89c83e6999defbdbf |
UHC | 蜃晝? | 1110001111110001111100011011100000111111 | e3f1f1b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)