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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 項х?^ | 100011011000000010000100100001110011111101011110 | 8d8084873f5e |
EUC-JP | 項х?^ | 101110011110000010100111111001110011111101011110 | b9e0a7e73f5e |
UTF-8 | 項х갬^ | 111010011010000010000101110100011000010111101010101100001010110001011110 | e9a085d185eab0ac5e |
UHC | 項х갬^ | 11111010101000111010110011100111101100001011011101011110 | faa3ace7b0b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)