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 | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-WIN | 涌U涌N | 100101110100111101010101100101110100111101001110 | 974f55974f4e |
EUC-JP | 涌U涌N | 110011011011000001010101110011011011000001001110 | cdb055cdb04e |
UTF-8 | 涌U涌N | 1110011010110110100011000101010111100110101101101000110001001110 | e6b68c55e6b68c4e |
UHC | 涌U涌N | 111010011011111101010101111010011011111101001110 | e9bf55e9bf4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)