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 | 衍??驛?? | 1001111110100101001111110011111111101001100000110011111100111111 | 9fa53f3fe9833f3f |
EUC-JP | 衍??驛?? | 1101111010100111001111110011111111110001111000110011111100111111 | dea73f3ff1e33f3f |
UTF-8 | 衍뤸콖驛듣뮅 | 111010001010000110001101111010111010010010111000111011001011110110010110111010011010100110011011111010111001001110100011111010111010111010000101 | e8a18deba4b8ecbd96e9a99beb93a3ebae85 |
UHC | 衍뤸콖驛듣뮅 | 111001101110001010001111111001101011000110010000111001101011111010110101111010001001001010010100 | e6e28fe6b190e6beb5e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)