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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟻繃蟻棚^ | 100010110110000111100011011111011000101101100001100100100100100101011110 | 8b61e37d8b6192495e |
EUC-JP | 蟻繃蟻棚^ | 101101011100001011100101110111101011010111000010110000111010101001011110 | b5c2e5deb5c2c3aa5e |
UTF-8 | 蟻繃蟻棚^ | 11101000100111111011101111100111101110011000001111101000100111111011101111100110101000111001101001011110 | e89fbbe7b983e89fbbe6a39a5e |
UHC | 蟻繃蟻棚^ | 111010111111110011011101110111101110101111111100110111011101110001011110 | ebfcdddeebfcdddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)