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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?堉?堉^ | 001111111000111110110111111111010011111110001111101101111111110101011110 | 3f8fb7fd3f8fb7fd5e |
UTF-8 | 렰堉렰堉^ | 11101011101000001011000011100101101000001000100111101011101000001011000011100101101000001000100101011110 | eba0b0e5a089eba0b0e5a0895e |
UHC | 렰堉렰堉^ | 100011101011110111101011101111001000111010111101111010111011110001011110 | 8ebdebbc8ebdebbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)