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 | 辣ょず蒟 | 1110011110000101100000101110010110000010101110001110010011100101 | e78582e582b8e4e5 |
EUC-JP | 辣ょず蒟 | 1110110111100101101001001110011110100100101110101110100011100111 | ede5a4e7a4bae8e7 |
UTF-8 | 辣ょず蒟 | 111010001011111010100011111000111000001010000111111000111000000110011010111010001001001010011111 | e8bea3e38287e3819ae8929f |
UHC | 辣ょず? | 11010101101110001010101011100111101010101011101000111111 | d5b8aae7aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)