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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蠇齢摺蠇齢摺B | 11111011101000011001011111101110100100001010000011111011101000011001011111101110100100001010000001000010 | fba197ee90a0fba197ee90a042 |
EUC-JP | ?齢摺?齢摺B | 0011111111001110111100001100000010100010001111111100111011110000110000001010001001000010 | 3fcef0c0a23fcef0c0a242 |
UTF-8 | 蠇齢摺蠇齢摺B | 11101000101000001000011111101001101111011010001011100110100100011011101011101000101000001000011111101001101111011010001011100110100100011011101001000010 | e8a087e9bda2e691bae8a087e9bda2e691ba42 |
UHC | ??摺??摺B | 001111110011111111101111110010010011111100111111111011111100100101000010 | 3f3fefc93f3fefc942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)