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 | 阻枝阻蓚^ | 100100010110101010001110011111011001000101101010111001001110100101011110 | 916a8e7d916ae4e95e |
EUC-JP | 阻枝阻蓚^ | 110000011100101110111011110111101100000111001011111010001110101101011110 | c1cbbbdec1cbe8eb5e |
UTF-8 | 阻枝阻蓚^ | 11101001100110001011101111100110100111101001110111101001100110001011101111101000100100111001101001011110 | e998bbe69e9de998bbe8939a5e |
UHC | 阻枝阻蓚^ | 111100001110011011110010101010111111000011100110111000101011111001011110 | f0e6f2abf0e6e2be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)