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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踟ゥ逕ィ | 111001101111011110101001111001111001010010101000 | e6f7a9e794a8 |
EUC-JP | 踟ゥ逕ィ | 1110110011111001100011101010100111101101111101001000111010101000 | ecf98ea9edf48ea8 |
UTF-8 | 踟ゥ逕ィ | 111010001011100010011111111011111011110110101001111010011000000010010101111011111011110110101000 | e8b89fefbda9e98095efbda8 |
UHC | ??逕? | 0011111100111111110011001110111100111111 | 3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)