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 | 萍蒔照 | 111001001100101010001110101010101000111111000110 | e4ca8eaa8fc6 |
EUC-JP | 萍蒔照 | 111010001100110010111100101011001011111011001000 | e8ccbcacbec8 |
UTF-8 | 萍蒔照 | 111010001001000010001101111010001001001010010100111001111000010110100111 | e8908de89294e785a7 |
UHC | 萍蒔照 | 111110001100001111100011110010001111000011001110 | f8c3e3c8f0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)