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 | 躁??瑩 | 111001110100111000111111001111111110000011110000 | e74e3f3fe0f0 |
EUC-JP | 躁??瑩 | 111011011010111100111111001111111110000011110010 | edaf3f3fe0f2 |
UTF-8 | 躁롎뤶瑩 | 111010001011101010000001111010111010000110001110111010111010010010110110111001111001000110101001 | e8ba81eba18eeba4b6e791a9 |
UHC | 躁롎뤶瑩 | 1111000011100010100011101101010010001111111001001111101110101001 | f0e28ed48fe4fba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)