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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | "雫鈹宍^ | 111110100101011110001110101101001111101111001010100011101011001101011110 | fa578eb4fbca8eb35e |
EUC-JP | ?雫鈹宍^ | 001111111011110010110110100011111110001111010100101111001011010101011110 | 3fbcb68fe3d4bcb55e |
UTF-8 | "雫鈹宍^ | 11101111101111001000001011101001100110111010101111101001100010001011100111100101101011101000110101011110 | efbc82e99babe988b9e5ae8d5e |
UHC | "???^ | 101000111010001000111111001111110011111101011110 | a3a23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)