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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 茯件拾\ | 11100100101010001000110010001111100011110100010101011100 | e4a88c8f8f455c |
EUC-JP | 茯件拾\ | 11101000101010101011011111101111101111011010011001011100 | e8aab7efbda65c |
UTF-8 | 茯件拾\ | 11101000100011001010111111100100101110111011011011100110100010111011111001011100 | e88cafe4bbb6e68bbe5c |
UHC | 茯件拾\ | 11011100110110101100101111101100111000111010011001011100 | dcdacbece3a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)