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 | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
SJIS-WIN | 躬烋豎穢w | 111001110101101011100000011111011110011010110001111000100111000101110111 | e75ae07de6b1e27177 |
EUC-JP | 躬烋豎穢w | 111011011011101111011111110111101110110010110011111000111101001001110111 | edbbdfdeecb3e3d277 |
UTF-8 | 躬烋豎穢w | 11101000101110101010110011100111100000111000101111101000101100011000111011100111101010011010001001110111 | e8baace7838be8b18ee7a9a277 |
UHC | 躬烋?穢w | 1100111111100101111111011100111000111111111001111101101101110111 | cfe5fdce3fe7db77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)