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 | 霎キ髴 | 1110100010111110101101111110100110011100 | e8beb7e99c |
EUC-JP | 霎キ髴 | 111100001100000010001110101101111111000111111100 | f0c08eb7f1fc |
UTF-8 | 霎キ髴 | 111010011001110010001110111011111011110110110111111010011010101110110100 | e99c8eefbdb7e9abb4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)