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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 榕嚥 | 10011110110101011001101010001011 | 9ed59a8b |
EUC-JP | 榕嚥 | 11011100110101111101001111101011 | dcd7d3eb |
UTF-8 | 榕嚥 | 111001101010011010010101111001011001101010100101 | e6a695e59aa5 |
UHC | 榕嚥 | 11101001101111101110011010111111 | e9bee6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)