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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | :┌〓」] | 100000010100011010000100101000011000000110101100100000010111011001011101 | 814684a181ac81765d |
EUC-JP | :┌〓」] | 101000011010011110101000101000111010001010101110101000011101011101011101 | a1a7a8a3a2aea1d75d |
UTF-8 | :┌〓」] | 11101111101111001001101011100010100101001000110011100011100000001001001111100011100000001000110101011101 | efbc9ae2948ce38093e3808d5d |
UHC | :┌〓」] | 101000111011101010100110101000111010000111101011101000011011100101011101 | a3baa6a3a1eba1b95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)