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 | 衆蝎?^ | 100011110100111111100101100110010011111101011110 | 8f4fe5993f5e |
EUC-JP | 衆蝎?^ | 101111011011000011101001111110010011111101011110 | bdb0e9f93f5e |
UTF-8 | 衆蝎걋^ | 11101000101000011000011011101000100111011000111011101010101100011000101101011110 | e8a186e89d8eeab18b5e |
UHC | 衆蝎걋^ | 11110001111010111100101011101001101100001100000001011110 | f1ebcae9b0c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)