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 | ?G???G?? | 0011111101000111001111110011111100111111010001110011111100111111 | 3f473f3f3f473f3f |
SJIS-WIN | ?G???G?? | 0011111101000111001111110011111100111111010001110011111100111111 | 3f473f3f3f473f3f |
EUC-JP | ?G???G?? | 0011111101000111001111110011111100111111010001110011111100111111 | 3f473f3f3f473f3f |
UTF-8 | 챈G혣혢혖G채혶 | 1110110010110001100010000100011111101101100110001010001111101101100110001010001011101101100110001001011001000111111011001011000110000100111011011001100010110110 | ecb18847ed98a3ed98a2ed989647ecb184ed98b6 |
UHC | 챈G혣혢혖G채혶 | 1100001110100110010001111100001010001100110000101000101111000010100000010100011111000011101001001100001010011101 | c3a647c28cc28bc28147c3a4c29d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)