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 | 池?運私 | 10010010011100100011111110001001010111101000111010000100 | 92723f895e8e84 |
EUC-JP | 池?運私 | 11000011110100110011111110110001101111111011101111100100 | c3d33fb1bfbbe4 |
UTF-8 | 池렓運私 | 111001101011000110100000111010111010000010010011111010011000000110001011111001111010011110000001 | e6b1a0eba093e9818be7a781 |
UHC | 池렓運私 | 1111001010101110100011101010100011101010101000011101111011100111 | f2ae8ea8eaa1dee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)