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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跂ァ閨ソ炅 | 1110011011100011101001111110100010000001101111111111101101010001 | e6e3a7e881bffb51 |
EUC-JP | 跂ァ閨ソ炅 | 1110110011100101100011101010011111101111111000011000111010111111100011111100100111001010 | ece58ea7efe18ebf8fc9ca |
UTF-8 | 跂ァ閨ソ炅 | 111010001011011110000010111011111011110110100111111010011001011010101000111011111011110110111111111001111000001010000101 | e8b782efbda7e996a8efbdbfe78285 |
UHC | ??閨?炅 | 00111111001111111101000010110001001111111100110011011101 | 3f3fd0b13fccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)