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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍∫坩蠎カ | 111010011000001010000001111001111001101010101110111001011011101010110110 | e98281e79aaee5bab6 |
EUC-JP | 驍∫坩蠎カ | 11110001111000101010001011101001110101001011000011101010101111001000111010110110 | f1e2a2e9d4b0eabc8eb6 |
UTF-8 | 驍∫坩蠎カ | 111010011010100110001101111000101000100010101011111001011001110110101001111010001010000010001110111011111011110110110110 | e9a98de288abe59da9e8a08eefbdb6 |
UHC | 驍∫??? | 11111101101001001010000111110010001111110011111100111111 | fda4a1f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)