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 | 吟ル? | 1000101111100001100000111000101100111111 | 8be1838b3f |
EUC-JP | 吟ル? | 1011011011100011101001011110101100111111 | b6e3a5eb3f |
UTF-8 | 吟ル뵋 | 111001011001000010011111111000111000001110101011111010111011010110001011 | e5909fe383abebb58b |
UHC | 吟ル뵋 | 111010111110000110101011111010111001010010001111 | ebe1abeb948f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)