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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 蜘?D蜘?D^ | 100100100111011100111111010001001001001001110111001111110100010001011110 | 92773f4492773f445e |
EUC-JP | 蜘?D蜘?D^ | 110000111101100000111111010001001100001111011000001111110100010001011110 | c3d83f44c3d83f445e |
UTF-8 | 蜘렰D蜘렰D^ | 111010001001110010011000111010111010000010110000010001001110100010011100100110001110101110100000101100000100010001011110 | e89c98eba0b044e89c98eba0b0445e |
UHC | 蜘렰D蜘렰D^ | 1111001010111011100011101011110101000100111100101011101110001110101111010100010001011110 | f2bb8ebd44f2bb8ebd445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)