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 | 逡梅 | 11100111100101011001010001111110 | e795947e |
EUC-JP | 逡梅 | 11101101111101011100011111011111 | edf5c7df |
UTF-8 | 逡梅 | 111010011000000010100001111001101010001010000101 | e980a1e6a285 |
UHC | 逡梅 | 11110001111001001101100011011110 | f1e4d8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)