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 | 短但] | 1001001001011010100100100100000101011101 | 925a92415d |
EUC-JP | 短但] | 1100001110111011110000111010001001011101 | c3bbc3a25d |
UTF-8 | 短但] | 11100111100111111010110111100100101111011000011001011101 | e79fade4bd865d |
UHC | 短但] | 1101001110101101110100111010001101011101 | d3add3a35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)