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 | ?懶? | 00111111100111001110111100111111 | 3f9cef3f |
EUC-JP | 芷懶? | 100011111101011111001001110110001111000100111111 | 8fd7c9d8f13f |
UTF-8 | 芷懶狼 | 111010001000101010110111111001101000011110110110111011111010010010101011 | e88ab7e687b6efa4ab |
UHC | 芷懶狼 | 111100101011101011010100111110111101001010101010 | f2bad4fbd2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)