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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿灼煮 | 100011101011110010001110110111001000111011001111 | 8ebc8edc8ecf |
EUC-JP | 湿灼煮 | 101111001011111010111100110111101011110011010001 | bcbebcdebcd1 |
UTF-8 | 湿灼煮 | 111001101011100110111111111001111000000110111100111001111000010110101110 | e6b9bfe781bce785ae |
UHC | ?灼煮 | 0011111111101101110001111110110110110100 | 3fedc7edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)