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 | 釣??捧 | 100100101101111000111111001111111001010111111001 | 92de3f3f95f9 |
EUC-JP | 釣??捧 | 110001001110000000111111001111111100101011111011 | c4e03f3fcafb |
UTF-8 | 釣면렪捧 | 111010011000011110100011111010111010100110110100111010111010000010101010111001101000110110100111 | e987a3eba9b4eba0aae68da7 |
UHC | 釣면렪捧 | 1111000011100101101110001110100110001110101110001101110011101001 | f0e5b8e98eb8dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)