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 | ??莎ぱ? | 00111111001111111110010010110011100000101100111100111111 | 3f3fe4b382cf3f |
EUC-JP | ??莎ぱ? | 00111111001111111110100010110101101001001101000100111111 | 3f3fe8b5a4d13f |
UTF-8 | 룵沈莎ぱ룶 | 111010111010001110110101111011111010010110110010111010001000111010001110111000111000000110110001111010111010001110110110 | eba3b5efa5b2e88e8ee381b1eba3b6 |
UHC | 룵沈莎ぱ룶 | 10001111101010101110010010100001110111101110110110101010110100011000111110101011 | 8faae4a1deedaad18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)