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 | 邊?^ | 11100111101100100011111101011110 | e7b23f5e |
EUC-JP | 邊?^ | 11101110101101000011111101011110 | eeb43f5e |
UTF-8 | 邊욈^ | 11101001100000101000101011101100100110101000100001011110 | e9828aec9a885e |
UHC | 邊욈^ | 1101110010101011101111111110000001011110 | dcabbfe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)