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 | ナ」雹 | 11000101101000111110100010111001 | c5a3e8b9 |
EUC-JP | ナ」雹 | 100011101100010110001110101000111111000010111011 | 8ec58ea3f0bb |
UTF-8 | ナ」雹 | 111011111011111010000101111011111011110110100011111010011001101110111001 | efbe85efbda3e99bb9 |
UHC | ??雹 | 00111111001111111101101011011111 | 3f3fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)