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 | 称ケ聽﨓ケ | 1000111111001100101110011110001111100011111110101110100010111001 | 8fccb9e3e3fae8b9 |
EUC-JP | 称ケ聽?ケ | 101111101100111010001110101110011110011011100101001111111000111010111001 | bece8eb9e6e53f8eb9 |
UTF-8 | 称ケ聽﨓ケ | 111001111010011110110000111011111011110110111001111010001000000110111101111011111010100010010011111011111011110110111001 | e7a7b0efbdb9e881bdefa893efbdb9 |
UHC | ??聽?? | 001111110011111111110100111010010011111100111111 | 3f3ff4e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)