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 | 茁捧?? | 111110111001001110010101111110010011111100111111 | fb9395f93f3f |
EUC-JP | 茁捧?? | 10001111110101111101111011001010111110110011111100111111 | 8fd7decafb3f3f |
UTF-8 | 茁捧렋렱 | 111010001000110010000001111001101000110110100111111010111010000010001011111010111010000010110001 | e88c81e68da7eba08beba0b1 |
UHC | 茁捧렋렱 | 1111000111101000110111001110100110001110101000101000111010111110 | f1e8dce98ea28ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)