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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?庵\}?庵\{^ | 0011111110001000110000010101110001111101001111111000100011000001010111000111101101011110 | 3f88c15c7d3f88c15c7b5e |
EUC-JP | ?庵\}?庵\{^ | 0011111110110000110000110101110001111101001111111011000011000011010111000111101101011110 | 3fb0c35c7d3fb0c35c7b5e |
UTF-8 | 알庵\}알庵\{^ | 1110110010010101100011001110010110111010101101010101110001111101111011001001010110001100111001011011101010110101010111000111101101011110 | ec958ce5bab55c7dec958ce5bab55c7b5e |
UHC | 알庵\}알庵\{^ | 10111110110010111110010011011101010111000111110110111110110010111110010011011101010111000111101101011110 | becbe4dd5c7dbecbe4dd5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)