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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貊比サキ | 111001101011101110010100111001001011101110110111 | e6bb94e4bbb7 |
EUC-JP | 貊比サキ | 1110110010111101110010001110011010001110101110111000111010110111 | ecbdc8e68ebb8eb7 |
UTF-8 | 貊比サキ | 111010001011001010001010111001101010111110010100111011111011110110111011111011111011110110110111 | e8b28ae6af94efbdbbefbdb7 |
UHC | 貊比?? | 110110001110011111011101111011110011111100111111 | d8e7ddef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)