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 | 驕上堅^ | 11101001100000011000111111100011100011001001100001011110 | e9818fe38c985e |
EUC-JP | 驕上堅^ | 11110001111000011011111011100101101101111111100001011110 | f1e1bee5b7f85e |
UTF-8 | 驕上堅^ | 11101001101010011001010111100100101110001000101011100101101000001000010101011110 | e9a995e4b88ae5a0855e |
UHC | 驕上堅^ | 11001110111101101101111110111110110011001011000101011110 | cef6dfbeccb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)