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 | 1110101010111000100011101010001001000111 | eab88ea247 |
SJIS-WIN | ???¢G | 001111110011111100111111100000011001000101000111 | 3f3f3f819147 |
EUC-JP | ê¸?¢G | 10001111101010111011010010001111101000101011000100111111101000011111000101000111 | 8fabb48fa2b13fa1f147 |
UTF-8 | 긢G | 110000111010101011000010101110001100001010001110110000101010001001000111 | c3aac2b8c28ec2a247 |
UHC | ?¸??G | 001111111010001010101100001111110011111101000111 | 3fa2ac3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)