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? | 001111110100011100111111 | 3f473f |
SJIS-WIN | 燎G? | 11100000100110010100011100111111 | e099473f |
EUC-JP | 燎G? | 11011111111110010100011100111111 | dff9473f |
UTF-8 | 燎G잣 | 11100111100001111000111001000111111011001001111010100011 | e7878e47ec9ea3 |
UHC | 燎G잣 | 1101011011111010010001111100000011100011 | d6fa47c0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)