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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????攝 | 00111111001111110011111100111111001111111001110110010000 | 3f3f3f3f3f9d90 |
EUC-JP | ?????攝 | 00111111001111110011111100111111001111111101100111110000 | 3f3f3f3f3fd9f0 |
UTF-8 | 얍렲렯렒렱攝 | 111011001001011010001101111010111010000010110010111010111010000010101111111010111010000010010010111010111010000010110001111001101001010010011101 | ec968deba0b2eba0afeba092eba0b1e6949d |
UHC | 얍렲렯렒렱攝 | 101111101110010110001110101111111000111010111100100011101010011110001110101111101110000011101110 | bee58ebf8ebc8ea78ebee0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)