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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瓠甦瓠甦^ | 111000010100000011100001010100111110000101000000111000010101001101011110 | e140e153e140e1535e |
EUC-JP | 瓠甦瓠甦^ | 111000011010000111100001101101001110000110100001111000011011010001011110 | e1a1e1b4e1a1e1b45e |
UTF-8 | 瓠甦瓠甦^ | 11100111100100111010000011100111100101001010011011100111100100111010000011100111100101001010011001011110 | e793a0e794a6e793a0e794a65e |
UHC | 瓠甦瓠甦^ | 111110111101001011100001110000011111101111010010111000011100000101011110 | fbd2e1c1fbd2e1c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)