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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | ?懸?{d | 001111111000110010011100001111110111101101100100 | 3f8c9c3f7b64 |
EUC-JP | ?懸?{d | 001111111011011111111100001111110111101101100100 | 3fb7fc3f7b64 |
UTF-8 | 뤌懸픵{d | 1110101110100100100011001110011010000111101110001110110110010100101101010111101101100100 | eba48ce687b8ed94b57b64 |
UHC | 뤌懸픵{d | 1000111110111100111110101101100011000000011110000111101101100100 | 8fbcfad8c0787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)