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 | 迢н | 11100111100010111000010001111110 | e78b847e |
EUC-JP | 迢н | 11101101111010111010011111011111 | edeba7df |
UTF-8 | 迢н | 1110100010111111101000101101000010111101 | e8bfa2d0bd |
UHC | ?н | 001111111010110011011111 | 3facdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)