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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 昻翕\ | 1111101011010000111000111100001101011100 | fad0e3c35c |
EUC-JP | ?翕\ | 00111111111001101100010101011100 | 3fe6c55c |
UTF-8 | 昻翕\ | 11100110100110001011101111100111101111111001010101011100 | e698bbe7bf955c |
UHC | 昻翕\ | 1110010011101001111111011110100001011100 | e4e9fde85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)