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 | 疇躬稙 | 111000010110010111100111010110101110001001100101 | e165e75ae265 |
EUC-JP | 疇躬稙 | 111000011100011011101101101110111110001111000110 | e1c6edbbe3c6 |
UTF-8 | 疇躬稙 | 111001111001011010000111111010001011101010101100111001111010100010011001 | e79687e8baace7a899 |
UHC | 疇躬稙 | 111100011100001011001111111001011111001011000010 | f1c2cfe5f2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)