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 | 照楨}照楨{^ | 1000111111000110111110101110100101111101100011111100011011111010111010010111101101011110 | 8fc6fae97d8fc6fae97b5e |
EUC-JP | 照楨}照楨{^ | 10111110110010001000111111000100110011000111110110111110110010001000111111000100110011000111101101011110 | bec88fc4cc7dbec88fc4cc7b5e |
UTF-8 | 照楨}照楨{^ | 111001111000010110100111111001101010010110101000011111011110011110000101101001111110011010100101101010000111101101011110 | e785a7e6a5a87de785a7e6a5a87b5e |
UHC | 照楨}照楨{^ | 1111000011001110111011111101111101111101111100001100111011101111110111110111101101011110 | f0ceefdf7df0ceefdf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)