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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 灝??灝??^ | 1000111111001001101111110011111100111111100011111100100110111111001111110011111101011110 | 8fc9bf3f3f8fc9bf3f3f5e |
UTF-8 | 灝흩윌灝흩윌^ | 11100111100000011001110111101101100111011010100111101100100111001000110011100111100000011001110111101101100111011010100111101100100111001000110001011110 | e7819ded9da9ec9c8ce7819ded9da9ec9c8c5e |
UHC | 灝흩윌灝흩윌^ | 11111011110011101100100011110000110000001010101011111011110011101100100011110000110000001010101001011110 | fbcec8f0c0aafbcec8f0c0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)