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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霽杓 | 11101000110001111000111011011011 | e8c78edb |
EUC-JP | 霽杓 | 11110000110010011011110011011101 | f0c9bcdd |
UTF-8 | 霽杓 | 111010011001110010111101111001101001110110010011 | e99cbde69d93 |
UHC | 霽杓 | 11110000101110001111100011110101 | f0b8f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)