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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-WIN | 澱???O | 100100110110001000111111001111110011111101001111 | 93623f3f3f4f |
EUC-JP | 澱???O | 110001011100001100111111001111110011111101001111 | c5c33f3f3f4f |
UTF-8 | 澱ㆁ렰렕O | 11100110101111101011000111100011100001101000000111101011101000001011000011101011101000001001010101001111 | e6beb1e38681eba0b0eba0954f |
UHC | 澱ㆁ렰렕O | 111011101111111010100100111100011000111010111101100011101010101001001111 | eefea4f18ebd8eaa4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)