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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幼l鵺 | 100101110110001110000010100011001110101001001011 | 9763828cea4b |
EUC-JP | 幼l鵺 | 110011011100010010100011111011001111001110101100 | cdc4a3ecf3ac |
UTF-8 | 幼l鵺 | 111001011011100110111100111011111011110110001100111010011011010110111010 | e5b9bcefbd8ce9b5ba |
UHC | 幼l? | 1110101011101010101000111110110000111111 | eaeaa3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)