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 | 上闖霾 | 100011111110001111101000100011111110100011001000 | 8fe3e88fe8c8 |
EUC-JP | 上闖霾 | 101111101110010111101111111011111111000011001010 | bee5efeff0ca |
UTF-8 | 上闖霾 | 111001001011100010001010111010011001011110010110111010011001110010111110 | e4b88ae99796e99cbe |
UHC | 上闖? | 1101111110111110111101111110011000111111 | dfbef7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)