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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 莊o漆] | 11100100101101011000001010001111100011101011110101011101 | e4b5828f8ebd5d |
EUC-JP | 莊o漆] | 11101000101101111010001111101111101111001011111101011101 | e8b7a3efbcbf5d |
UTF-8 | 莊o漆] | 11101000100011101000101011101111101111011000111111100110101111001000011001011101 | e88e8aefbd8fe6bc865d |
UHC | 莊o漆] | 11101101111101101010001111101111111101101101010001011101 | edf6a3eff6d45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)