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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 堤捧?勘聘^ | 10010010111001111001010111111001001111111000101010101000111000111101100101011110 | 92e795f93f8aa8e3d95e |
EUC-JP | 堤捧?勘聘^ | 11000100111010011100101011111011001111111011010010101010111001101101101101011110 | c4e9cafb3fb4aae6db5e |
UTF-8 | 堤捧렋勘聘^ | 11100101101000001010010011100110100011011010011111101011101000001000101111100101100010111001100011101000100000011001100001011110 | e5a0a4e68da7eba08be58b98e881985e |
UHC | 堤捧렋勘聘^ | 1111000010100111110111001110100110001110101000101100101011101011110111101011110101011110 | f0a7dce98ea2caebdebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)