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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 粗??粗??^ | 100100010110010100111111001111111001000101100101001111110011111101011110 | 91653f3f91653f3f5e |
EUC-JP | 粗??粗??^ | 110000011100011000111111001111111100000111000110001111110011111101011110 | c1c63f3fc1c63f3f5e |
UTF-8 | 粗롔롖粗롗렻^ | 11100111101100101001011111101011101000011001010011101011101000011001011011100111101100101001011111101011101000011001011111101011101000001011101101011110 | e7b297eba194eba196e7b297eba197eba0bb5e |
UHC | 粗롔롖粗롗렻^ | 11110000110110001000111011011000100011101101101011110000110110001000111011011011100011101100001101011110 | f0d88ed88edaf0d88edb8ec35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)