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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 歎息丹谷E | 100100100101011010010001101001111001001001001111100100100100101001000101 | 925691a7924f924a45 |
EUC-JP | 歎息丹谷E | 110000111011011111000010101010011100001110110000110000111010101101000101 | c3b7c2a9c3b0c3ab45 |
UTF-8 | 歎息丹谷E | 11100110101011011000111011100110100000011010111111100100101110001011100111101000101100001011011101000101 | e6ad8ee681afe4b8b9e8b0b745 |
UHC | 歎息丹谷E | 111101111010011111100011110100111101001110100001110011011101101101000101 | f7a7e3d3d3a1cddb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)