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 | 澵蒔}澵蒔{^ | 1111101101001100100011101010101001111101111110110100110010001110101010100111101101011110 | fb4c8eaa7dfb4c8eaa7b5e |
EUC-JP | 澵蒔}澵蒔{^ | 10001111110010001111100010111100101011000111110110001111110010001111100010111100101011000111101101011110 | 8fc8f8bcac7d8fc8f8bcac7b5e |
UTF-8 | 澵蒔}澵蒔{^ | 111001101011111010110101111010001001001010010100011111011110011010111110101101011110100010010010100101000111101101011110 | e6beb5e892947de6beb5e892947b5e |
UHC | ?蒔}?蒔{^ | 001111111110001111001000011111010011111111100011110010000111101101011110 | 3fe3c87d3fe3c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)