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 | 蟻у?議 | 10001011011000011000010010000101001111111000101101100011 | 8b6184853f8b63 |
EUC-JP | 蟻у?議 | 10110101110000101010011111100101001111111011010111000100 | b5c2a7e53fb5c4 |
UTF-8 | 蟻у㎉議 | 1110100010011111101110111101000110000011111000111000111010001001111010001010110110110000 | e89fbbd183e38e89e8adb0 |
UHC | 蟻у㎉議 | 1110101111111100101011001110010110100111101110111110110010100001 | ebfcace5a7bbeca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)