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 | 海?}海?{^ | 100010100100001100111111011111011000101001000011001111110111101101011110 | 8a433f7d8a433f7b5e |
EUC-JP | 海?}海?{^ | 101100111010010000111111011111011011001110100100001111110111101101011110 | b3a43f7db3a43f7b5e |
UTF-8 | 海렏}海렏{^ | 111001101011010110110111111010111010000010001111011111011110011010110101101101111110101110100000100011110111101101011110 | e6b5b7eba08f7de6b5b7eba08f7b5e |
UHC | 海렏}海렏{^ | 1111101010101101100011101010010101111101111110101010110110001110101001010111101101011110 | faad8ea57dfaad8ea57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)