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 | 咫孟?蟻 | 10011010010000001001011011010000001111111000101101100001 | 9a4096d03f8b61 |
EUC-JP | 咫孟?蟻 | 11010011101000011100110011010010001111111011010111000010 | d3a1ccd23fb5c2 |
UTF-8 | 咫孟밸蟻 | 111001011001001010101011111001011010110110011111111010111011000010111000111010001001111110111011 | e592abe5ad9febb0b8e89fbb |
UHC | 咫孟밸蟻 | 1111001010100001110110001110101110111001111010111110101111111100 | f2a1d8ebb9ebebfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)