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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 髯瑚娼笏・B | 11101001100110011000110011101000100011111010100111100010100101001010010101000010 | e9998ce88fa9e294a542 |
EUC-JP | 髯瑚娼笏・B | 1111000111111001101110001110101010111110101010111110001111110100100011101010010101000010 | f1f9b8eabeabe3f48ea542 |
UTF-8 | 髯瑚娼笏・B | 11101001101010111010111111100111100100011001101011100101101010001011110011100111101011001000111111101111101111011010010101000010 | e9abafe7919ae5a8bce7ac8fefbda542 |
UHC | ?瑚娼笏?B | 001111111111101111010001111100111101111011111011111011100011111101000010 | 3ffbd1f3defbee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)