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 | 鮨沽迄鶩 | 1110100110111101100111111001100010010110100110001110101001001110 | e9bd9f989698ea4e |
EUC-JP | 鮨沽迄鶩 | 1111001010111111110111011111100011001011111110001111001110101111 | f2bfddf8cbf8f3af |
UTF-8 | 鮨沽迄鶩 | 111010011010111010101000111001101011001010111101111010001011111110000100111010011011011010101001 | e9aea8e6b2bde8bf84e9b6a9 |
UHC | ?沽?鶩 | 001111111100110110111111001111111101100111010000 | 3fcdbf3fd9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)