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 | ??シ怡 | 001111110011111110000011010101101001110001111101 | 3f3f83569c7d |
EUC-JP | ??シ怡 | 001111110011111110100101101101111101011111011110 | 3f3fa5b7d7de |
UTF-8 | 琉싳シ怡 | 111011111010011110001100111011001000101110110011111000111000001010110111111001101000000010100001 | efa78cec8bb3e382b7e680a1 |
UHC | 琉싳シ怡 | 1110101110100100100110101110110010101011101101111110110010101110 | eba49aecabb7ecae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)