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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 凖凖[凖凖[^ | 1001100111000011100110011100001101011011100110011100001110011001110000110101101101011110 | 99c399c35b99c399c35b5e |
EUC-JP | 凖凖[凖凖[^ | 1101001011000101110100101100010101011011110100101100010111010010110001010101101101011110 | d2c5d2c55bd2c5d2c55b5e |
UTF-8 | 凖凖[凖凖[^ | 111001011000011110010110111001011000011110010110010110111110010110000111100101101110010110000111100101100101101101011110 | e58796e587965be58796e587965b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)