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 | ?颱串謄?^ | 001111111110100101000101100010111111100010010011101000110011111101011110 | 3fe9458bf893a33f5e |
EUC-JP | ?颱串謄?^ | 001111111111000110100110101101101111101011000110101001010011111101011110 | 3ff1a6b6fac6a53f5e |
UTF-8 | 뤈颱串謄핑^ | 11101011101001001000100011101001101000101011000111100100101110001011001011101000101011001000010011101101100101011001000101011110 | eba488e9a2b1e4b8b2e8ac84ed95915e |
UHC | 뤈颱串謄핑^ | 1000111110111000111101111100011111001101111110101101010011110111110001111100111001011110 | 8fb8f7c7cdfad4f7c7ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)