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 | 閻ク彧倩ャ | 1110100010000101101110001111101010111001100110001110100010101100 | e885b8fab998e8ac |
EUC-JP | 閻ク彧倩ャ | 1110111111100101100011101011100010001111101111001111111011010000111010101000111010101100 | efe58eb88fbcfed0ea8eac |
UTF-8 | 閻ク彧倩ャ | 111010011001011010111011111011111011110110111000111001011011110110100111111001011000000010101001111011111011110110101100 | e996bbefbdb8e5bda7e580a9efbdac |
UHC | 閻?彧?? | 11100111101000100011111111101001111011100011111100111111 | e7a23fe9ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)