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 | ?叔? | 00111111100011110110011000111111 | 3f8f663f |
EUC-JP | ?叔? | 00111111101111011100011100111111 | 3fbdc73f |
UTF-8 | 쎘叔븶 | 111011001000111010011000111001011000111110010100111010111011100010110110 | ec8e98e58f94ebb8b6 |
UHC | 쎘叔븶 | 100110111011111111100010110100101001010110011111 | 9bbfe2d2959f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)