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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莉イ邯南 | 11100100101110111011001011100111101101101001001111101100 | e4bbb2e7b693ec |
EUC-JP | 莉イ邯南 | 1110100010111101100011101011001011101110101110001100011011101110 | e8bd8eb2eeb8c6ee |
UTF-8 | 莉イ邯南 | 111010001000111010001001111011111011110110110010111010011000001010101111111001011000110110010111 | e88e89efbdb2e982afe58d97 |
UHC | 莉?邯南 | 11010111111010010011111111001010111110111101000111110101 | d7e93fcafbd1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)