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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕イ蟄溯 | 11100100111101101011001011100101101011011001111111101000 | e4f6b2e5ad9fe8 |
EUC-JP | 蔕イ蟄溯 | 1110100011111000100011101011001011101010101011111101111011101010 | e8f88eb2eaafdeea |
UTF-8 | 蔕イ蟄溯 | 111010001001010010010101111011111011110110110010111010001001111110000100111001101011101010101111 | e89495efbdb2e89f84e6baaf |
UHC | ??蟄溯 | 001111110011111111110110110111101110000110111101 | 3f3ff6dee1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)