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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 但袖歎造] | 100100100100000110010001101100111001001001010110100100011010001001011101 | 924191b3925691a25d |
EUC-JP | 但袖歎造] | 110000111010001011000010101101011100001110110111110000101010010001011101 | c3a2c2b5c3b7c2a45d |
UTF-8 | 但袖歎造] | 11100100101111011000011011101000101000101001011011100110101011011000111011101001100000001010000001011101 | e4bd86e8a296e6ad8ee980a05d |
UHC | 但袖歎造] | 110100111010001111100010110000001111011110100111111100001110001101011101 | d3a3e2c0f7a7f0e35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)