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 | 速繕速繕^ | 100100011010110010010001010101011001000110101100100100010101010101011110 | 91ac915591ac91555e |
EUC-JP | 速繕速繕^ | 110000101010111011000001101101101100001010101110110000011011011001011110 | c2aec1b6c2aec1b65e |
UTF-8 | 速繕速繕^ | 11101001100000001001111111100111101110011001010111101001100000001001111111100111101110011001010101011110 | e9809fe7b995e9809fe7b9955e |
UHC | 速繕速繕^ | 111000011101110011100000110010111110000111011100111000001100101101011110 | e1dce0cbe1dce0cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)