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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?庵??^ | 001111111000100011000001001111110011111101011110 | 3f88c13f3f5e |
EUC-JP | ?庵??^ | 001111111011000011000011001111110011111101011110 | 3fb0c33f3f5e |
UTF-8 | 퀄庵퀄챗^ | 11101101100000001000010011100101101110101011010111101101100000001000010011101100101100011001011101011110 | ed8084e5bab5ed8084ecb1975e |
UHC | 퀄庵퀄챗^ | 110001001111011111100100110111011100010011110111110000111010101001011110 | c4f7e4ddc4f7c3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)