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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闌イ謔溪鰍 | 111010001000110010110010111001101000001010011111111000101000101010000010 | e88cb2e6829fe28a82 |
EUC-JP | 闌イ謔溪鰍 | 11101111111011001000111010110010111010111110001011011110111001001011001111100010 | efec8eb2ebe2dee4b3e2 |
UTF-8 | 闌イ謔溪鰍 | 111010011001011110001100111011111011110110110010111010001010110010010100111001101011101010101010111010011011000010001101 | e9978cefbdb2e8ac94e6baaae9b08d |
UHC | ??謔溪鰍 | 0011111100111111111110011100110011001101101000101111010111100011 | 3f3ff9cccda2f5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)