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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 溪渙] | 1001111111100010100111111101000001011101 | 9fe29fd05d |
EUC-JP | 溪渙] | 1101111011100100110111101101001001011101 | dee4ded25d |
UTF-8 | 溪渙] | 11100110101110101010101011100110101110001001100101011101 | e6baaae6b8995d |
UHC | 溪渙] | 1100110110100010111111001011100101011101 | cda2fcb95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)