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 | ??????f^ | 0011111100111111001111110011111100111111001111110110011001011110 | 3f3f3f3f3f3f665e |
SJIS-WIN | ??????f^ | 0011111100111111001111110011111100111111001111110110011001011110 | 3f3f3f3f3f3f665e |
EUC-JP | ??????f^ | 0011111100111111001111110011111100111111001111110110011001011110 | 3f3f3f3f3f3f665e |
UTF-8 | 챔혷짖청짱짠f^ | 1110110010110001100101001110110110011000101101111110110010100111100101101110110010110010101011011110110010100111101100011110110010100111101000000110011001011110 | ecb194ed98b7eca796ecb2adeca7b1eca7a0665e |
UHC | 챔혷짖청짱짠f^ | 1100001110101000110000101001111011000010101000101100001110111011110000101010111111000010101001110110011001011110 | c3a8c29ec2a2c3bbc2afc2a7665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)