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 | 墺э?臆 | 10011010110100101000010010001111001111111000100110110000 | 9ad2848f3f89b0 |
EUC-JP | 墺э?臆 | 11010100110101001010011111101111001111111011001010110010 | d4d4a7ef3fb2b2 |
UTF-8 | 墺э엠臆 | 1110010110100010101110101101000110001101111011001001011110100000111010001000011110000110 | e5a2bad18dec97a0e88786 |
UHC | 墺э엠臆 | 1110011111110010101011001110111110111111101001011110010111100110 | e7f2acefbfa5e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)