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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???※h | 001111110011111100111111100000011010011001101000 | 3f3f3f81a668 |
EUC-JP | ???※h | 001111110011111100111111101000101010100001101000 | 3f3f3fa2a868 |
UTF-8 | 렻렎렻※h | 11101011101000001011101111101011101000001000111011101011101000001011101111100010100000001011101101101000 | eba0bbeba08eeba0bbe280bb68 |
UHC | 렻렎렻※h | 100011101100001110001110101001001000111011000011101000011101100001101000 | 8ec38ea48ec3a1d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)