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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跚シコ硝ケ | 111001101110011110111100101110101000111111001001111100111110110010111001 | e6e7bcba8fc9f3ecb9 |
EUC-JP | 跚シコ硝?ケ | 1110110011101001100011101011110010001110101110101011111011001011001111111000111010111001 | ece98ebc8ebabecb3f8eb9 |
UTF-8 | 跚シコ硝ケ | 111010001011011110011010111011111011110110111100111011111011110110111010111001111010000110011101111011101000101110011111111011111011110110111001 | e8b79aefbdbcefbdbae7a19dee8b9fefbdb9 |
UHC | ???硝?? | 00111111001111110011111111110101101001100011111100111111 | 3f3f3ff5a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)