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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雲?低? | 100010010101111100111111100100101110000100111111 | 895f3f92e13f |
EUC-JP | 雲?低? | 101100011100000000111111110001001110001100111111 | b1c03fc4e33f |
UTF-8 | 雲렊低펠 | 111010011001101110110010111010111010000010001010111001001011110110001110111011011000111010100000 | e99bb2eba08ae4bd8eed8ea0 |
UHC | 雲렊低펠 | 1110101010100011100011101010000111101110101110001100011011100111 | eaa38ea1eeb8c6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)