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 | 雲?支? | 100010010101111100111111100011100111100000111111 | 895f3f8e783f |
EUC-JP | 雲?支? | 101100011100000000111111101110111101100100111111 | b1c03fbbd93f |
UTF-8 | 雲렱支렣 | 111010011001101110110010111010111010000010110001111001101001010010101111111010111010000010100011 | e99bb2eba0b1e694afeba0a3 |
UHC | 雲렱支렣 | 1110101010100011100011101011111011110010101010001000111010110100 | eaa38ebef2a88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)