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 | 遉セ轣シ逎 | 1110011110100100101111101110011110000001101111001110011110100011 | e7a4bee781bce7a3 |
EUC-JP | 遉セ轣シ逎 | 11101110101001101000111010111110111011011110000110001110101111001110111010100101 | eea68ebeede18ebceea5 |
UTF-8 | 遉セ轣シ逎 | 111010011000000110001001111011111011110110111110111010001011110110100011111011111011110110111100111010011000000010001110 | e98189efbdbee8bda3efbdbce9808e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)