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 | ÷õ}÷õ{^ | 11110111111101010111110111110111111101010111101101011110 | f7f57df7f57b5e |
SJIS-WIN | ÷?}÷?{^ | 100000011000000000111111011111011000000110000000001111110111101101011110 | 81803f7d81803f7b5e |
EUC-JP | ÷õ}÷õ{^ | 10100001111000001000111110101011110110000111110110100001111000001000111110101011110110000111101101011110 | a1e08fabd87da1e08fabd87b5e |
UTF-8 | ÷õ}÷õ{^ | 1100001110110111110000111011010101111101110000111011011111000011101101010111101101011110 | c3b7c3b57dc3b7c3b57b5e |
UHC | ÷?}÷?{^ | 101000011100000000111111011111011010000111000000001111110111101101011110 | a1c03f7da1c03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)