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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 癌?}癌?{^ | 100010101110000000111111011111011000101011100000001111110111101101011110 | 8ae03f7d8ae03f7b5e |
EUC-JP | 癌琁}癌琁{^ | 10110100111000101000111111001100101000110111110110110100111000101000111111001100101000110111101101011110 | b4e28fcca37db4e28fcca37b5e |
UTF-8 | 癌琁}癌琁{^ | 111001111001100110001100111001111001000010000001011111011110011110011001100011001110011110010000100000010111101101011110 | e7998ce790817de7998ce790817b5e |
UHC | 癌琁}癌琁{^ | 1110010011011111111000001100010001111101111001001101111111100000110001000111101101011110 | e4dfe0c47de4dfe0c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)