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 | 烝伎蹇^ | 11100000011111101000101011101010111001110100000001011110 | e07e8aeae7405e |
EUC-JP | 烝伎蹇^ | 11011111110111111011010011101100111011011010000101011110 | dfdfb4eceda15e |
UTF-8 | 烝伎蹇^ | 11100111100000111001110111100100101111001000111011101000101110011000011101011110 | e7839de4bc8ee8b9875e |
UHC | 烝伎蹇^ | 11110001111101101101000011101011110010111111010001011110 | f1f6d0ebcbf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)