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 | ナ」 | 11000101101000111111001010110001 | c5a3f2b1 |
EUC-JP | ナ」? | 1000111011000101100011101010001100111111 | 8ec58ea33f |
UTF-8 | ナ」 | 111011111011111010000101111011111011110110100011111011101000011110101000 | efbe85efbda3ee87a8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)