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 | ??釘峰關 | 0011111100111111100100110100001010010101111101001110100010010000 | 3f3f934295f4e890 |
EUC-JP | 醬?釘峰關 | 10001111111000101111001100111111110001011010001111001010111101101110111111110000 | 8fe2f33fc5a3caf6eff0 |
UTF-8 | 醬렊釘峰關 | 111010011000011010101100111010111010000010001010111010011000011110011000111001011011001110110000111010011001011110011100 | e986aceba08ae98798e5b3b0e9979c |
UHC | 醬렊釘峰關 | 11101101111111011000111010100001111011111111100111011100111010001100111010111100 | edfd8ea1eff9dce8cebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)