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 | 巽短孫箪 | 1001001001000110100100100101101010010001101101111001001001011100 | 9246925a91b7925c |
EUC-JP | 巽短孫箪 | 1100001110100111110000111011101111000010101110011100001110111101 | c3a7c3bbc2b9c3bd |
UTF-8 | 巽短孫箪 | 111001011011011110111101111001111001111110101101111001011010110110101011111001111010111010101010 | e5b7bde79fade5adabe7aeaa |
UHC | 巽短孫? | 11100001110111101101001110101101111000011101110100111111 | e1ded3ade1dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)