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 | 柔輕罰 | 100011110101111111100111011010101001010010110001 | 8f5fe76a94b1 |
EUC-JP | 柔輕罰 | 101111011100000011101101110010111100100010110011 | bdc0edcbc8b3 |
UTF-8 | 柔輕罰 | 111001101001111110010100111010001011110010010101111001111011110110110000 | e69f94e8bc95e7bdb0 |
UHC | 柔輕罰 | 111010101111010111001100111011101101101111101011 | eaf5cceedbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)