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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瀇瀇^ | 1111101101001111111110110100111101011110 | fb4ffb4f5e |
EUC-JP | 瀇瀇^ | 10001111110010011010110110001111110010011010110101011110 | 8fc9ad8fc9ad5e |
UTF-8 | 瀇瀇^ | 11100111100000001000011111100111100000001000011101011110 | e78087e780875e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)