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 | 蠑晁ョ忙 | 11100101101111001001110111101000101011101001011001011010 | e5bc9de8ae965a |
EUC-JP | 蠑晁ョ忙 | 1110101010111110110110101110101010001110101011101100101110111011 | eabedaea8eaecbbb |
UTF-8 | 蠑晁ョ忙 | 111010001010000010010001111001101001100110000001111011111011110110101110111001011011111110011001 | e8a091e69981efbdaee5bf99 |
UHC | ?晁?忙 | 001111111111000011000101001111111101100011001111 | 3ff0c53fd8cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)