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 | 昊?\ | 10011101110111010011111101011100 | 9ddd3f5c |
EUC-JP | 昊?\ | 11011010110111110011111101011100 | dadf3f5c |
UTF-8 | 昊렑\ | 11100110100110001000101011101011101000001001000101011100 | e6988aeba0915c |
UHC | 昊렑\ | 1111101111000100100011101010011001011100 | fbc48ea65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)