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 | 專?沮?楢 | 1001101110010011001111111001111110011100001111111001001111101000 | 9b933f9f9c3f93e8 |
EUC-JP | 專?沮?楢 | 1101010111110011001111111101110111111100001111111100011011101010 | d5f33fddfc3fc6ea |
UTF-8 | 專렎沮렖楢 | 111001011011000010001000111010111010000010001110111001101011001010101110111010111010000010010110111001101010010110100010 | e5b088eba08ee6b2aeeba096e6a5a2 |
UHC | 專렎沮렖楢 | 11101110111101101000111010100100111011101100000110001110101010111110101011111001 | eef68ea4eec18eabeaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)