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 | 慫伎蹇^ | 10011100110011111000101011101010111001110100000001011110 | 9ccf8aeae7405e |
EUC-JP | 慫伎蹇^ | 11011000110100011011010011101100111011011010000101011110 | d8d1b4eceda15e |
UTF-8 | 慫伎蹇^ | 11100110100001011010101111100100101111001000111011101000101110011000011101011110 | e685abe4bc8ee8b9875e |
UHC | 慫伎蹇^ | 11110000111101101101000011101011110010111111010001011110 | f0f6d0ebcbf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)