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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉈オ蜻ー粃 | 1110011111101011101101011110010110010001101100001110001011100001 | e7ebb5e591b0e2e1 |
EUC-JP | 鉈オ蜻ー粃 | 11101110111011011000111010110101111010011111000110001110101100001110010011100011 | eeed8eb5e9f18eb0e4e3 |
UTF-8 | 鉈オ蜻ー粃 | 111010011000100110001000111011111011110110110101111010001001110010111011111011111011110110110000111001111011001010000011 | e98988efbdb5e89cbbefbdb0e7b283 |
UHC | ????粃 | 001111110011111100111111001111111101110111111011 | 3f3f3f3fddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)