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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昻朎朎 | 111110101101000011111010110111111111101011011111 | fad0fadffadf |
EUC-JP | ?朎朎 | 00111111100011111100001011110000100011111100001011110000 | 3f8fc2f08fc2f0 |
UTF-8 | 昻朎朎 | 111001101001100010111011111001101001110010001110111001101001110010001110 | e698bbe69c8ee69c8e |
UHC | 昻?? | 11100100111010010011111100111111 | e4e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)