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 | ?巽?速^ | 00111111100100100100011000111111100100011010110001011110 | 3f92463f91ac5e |
EUC-JP | ?巽?速^ | 00111111110000111010011100111111110000101010111001011110 | 3fc3a73fc2ae5e |
UTF-8 | 앎巽앎速^ | 11101100100101011000111011100101101101111011110111101100100101011000111011101001100000001001111101011110 | ec958ee5b7bdec958ee9809f5e |
UHC | 앎巽앎速^ | 101111101100110111100001110111101011111011001101111000011101110001011110 | becde1debecde1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)