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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膵豪┏蟠 | 1110010001011000100011011000101110000100101011001110010110110100 | e4588d8b84ace5b4 |
EUC-JP | 膵豪┏蟠 | 1110011110111001101110011110101110101000101011101110101010110110 | e7b9b9eba8aeeab6 |
UTF-8 | 膵豪┏蟠 | 111010001000011010110101111010001011000110101010111000101001010010001111111010001001111110100000 | e886b5e8b1aae2948fe89fa0 |
UHC | 膵豪┏蟠 | 1111010111111101111110111101111110100110101011101101101011110110 | f5fdfbdfa6aedaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)