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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 赳守n^ | 11100110111000001000111011100111100000101000111001011110 | e6e08ee7828e5e |
EUC-JP | 赳守n^ | 11101100111000101011110011101001101000111110111001011110 | ece2bce9a3ee5e |
UTF-8 | 赳守n^ | 11101000101101011011001111100101101011101000100011101111101111011000111001011110 | e8b5b3e5ae88efbd8e5e |
UHC | 赳守n^ | 11010000101011111110000111111010101000111110111001011110 | d0afe1faa3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)