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 | 術謝執 | 100011110111000010001110110100111000111010110111 | 8f708ed38eb7 |
EUC-JP | 術謝執 | 101111011101000110111100110101011011110010111001 | bdd1bcd5bcb9 |
UTF-8 | 術謝執 | 111010001010000110010011111010001010110010011101111001011001111110110111 | e8a193e8ac9de59fb7 |
UHC | 術謝執 | 111000101111101011011110111100111111001011111011 | e2fadef3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)