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 | 治遙シ釋 | 111100101010001010001110101000011110101010100001101111001110011111010111 | f2a28ea1eaa1bce7d7 |
EUC-JP | ?治遙シ釋 | 001111111011110010100011111101001010001110001110101111001110111011011001 | 3fbca3f4a38ebceed9 |
UTF-8 | 治遙シ釋 | 111011101000011110011001111001101011001010111011111010011000000110011001111011111011110110111100111010011000011110001011 | ee8799e6b2bbe98199efbdbce9878b |
UHC | ?治遙?釋 | 0011111111110110101111011110100110101011001111111110000010110111 | 3ff6bde9ab3fe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)