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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 螢、邃。竇ケ^ | 11100101101000111010010011100010100001001010000111100010100001011011100101011110 | e5a3a4e284a1e285b95e |
EUC-JP | 螢、邃。竇ケ^ | 11101010101001011000111010100100111000111110010010001110101000011110001111100101100011101011100101011110 | eaa58ea4e3e48ea1e3e58eb95e |
UTF-8 | 螢、邃。竇ケ^ | 11101000100111101010001011101111101111011010010011101001100000101000001111101111101111011010000111100111101010111000011111101111101111011011100101011110 | e89ea2efbda4e98283efbda1e7ab87efbdb95e |
UHC | 螢?邃?竇?^ | 11111011101010110011111111100010110001010011111111010100111001000011111101011110 | fbab3fe2c53fd4e43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)