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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?歟?^ | 0011111110011111011000100011111101011110 | 3f9f623f5e |
EUC-JP | ?歟?^ | 0011111111011101110000110011111101011110 | 3fddc33f5e |
UTF-8 | 뤝歟₃^ | 11101011101001001001110111100110101011011001111111100010100000101000001101011110 | eba49de6ad9fe282835e |
UHC | 뤝歟₃^ | 10001111110011001110011010100010101010011111110101011110 | 8fcce6a2a9fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)