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 | 蠍ク谿伜カ | 1110010110110110101110001110011010101110100110001110010110110110 | e5b6b8e6ae98e5b6 |
EUC-JP | 蠍ク谿伜カ | 11101010101110001000111010111000111011001011000011010000111001111000111010110110 | eab88eb8ecb0d0e78eb6 |
UTF-8 | 蠍ク谿伜カ | 111010001010000010001101111011111011110110111000111010001011000010111111111001001011110010011100111011111011110110110110 | e8a08defbdb8e8b0bfe4bc9cefbdb6 |
UHC | ??谿?? | 001111110011111111001101101011000011111100111111 | 3f3fcdac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)