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 | ?鎬 | 001111111110100001001101 | 3fe84d |
EUC-JP | ?鎬 | 001111111110111110101110 | 3fefae |
UTF-8 | 鎬 | 111011101011011110111100111010011000111010101100 | eeb7bce98eac |
UHC | ?鎬 | 001111111111101111100000 | 3ffbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)