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 | 叱捨磁 | 100011101011011010001110110011001000111010100101 | 8eb68ecc8ea5 |
EUC-JP | 叱捨磁 | 101111001011100010111100110011101011110010100111 | bcb8bccebca7 |
UTF-8 | 叱捨磁 | 111001011000111110110001111001101000110110101000111001111010001110000001 | e58fb1e68da8e7a381 |
UHC | 叱捨磁 | 111100101110101011011110110101111110110110111000 | f2eaded7edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)