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 | 績?憶?壓 | 1001000011010001001111111000100110101111001111111001101011011000 | 90d13f89af3f9ad8 |
EUC-JP | 績?憶?壓 | 1100000011010011001111111011001010110001001111111101010011011010 | c0d33fb2b13fd4da |
UTF-8 | 績렧憶렒壓 | 111001111011100010111110111010111010000010100111111001101000011010110110111010111010000010010010111001011010001110010011 | e7b8beeba0a7e686b6eba092e5a393 |
UHC | 績렧憶렒壓 | 11101110111000001000111010110110111001011110001110001110101001111110010011100010 | eee08eb6e5e38ea7e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)