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 | ?烙蟯?^ | 00111111111000001000000011100101101100100011111101011110 | 3fe080e5b23f5e |
EUC-JP | ?烙蟯?^ | 00111111110111111110000011101010101101000011111101011110 | 3fdfe0eab43f5e |
UTF-8 | 뤵烙蟯퉑^ | 11101011101001001011010111100111100000111001100111101000100111111010111111101101100010011001000101011110 | eba4b5e78399e89fafed89915e |
UHC | 뤵烙蟯퉑^ | 100011111110001111010101101001111110100110101000101110010110010101011110 | 8fe3d5a7e9a8b9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)