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 | 鍾ケチ | 10001111110111111011100111000001 | 8fdfb9c1 |
EUC-JP | 鍾ケチ | 101111101110000110001110101110011000111011000001 | bee18eb98ec1 |
UTF-8 | 鍾ケチ | 111010011000110110111110111011111011110110111001111011111011111010000001 | e98dbeefbdb9efbe81 |
UHC | 鍾?? | 11110001101000110011111100111111 | f1a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)