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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 萍稻 | 11100100110010101110001001101010 | e4cae26a |
EUC-JP | 萍稻 | 11101000110011001110001111001011 | e8cce3cb |
UTF-8 | 萍稻 | 111010001001000010001101111001111010100010111011 | e8908de7a8bb |
UHC | 萍稻 | 11111000110000111101010010101011 | f8c3d4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)