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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錵衰碍譫 | 1110100001000101100100001000101010001010010101101110011010011110 | e845908a8a56e69e |
EUC-JP | 錵衰碍譫 | 1110111110100110101111111110101010110011101101111110101111111110 | efa6bfeab3b7ebfe |
UTF-8 | 錵衰碍譫 | 111010011000110010110101111010001010000110110000111001111010001010001101111010001010110110101011 | e98cb5e8a1b0e7a28de8adab |
UHC | ?衰碍? | 001111111110000111110001111001001111010000111111 | 3fe1f1e4f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)