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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | ?匿G | 00111111100100111011110101000111 | 3f93bd47 |
EUC-JP | ?匿G | 00111111110001101011111101000111 | 3fc6bf47 |
UTF-8 | 뤯匿G | 11101011101001001010111111100101100011001011111101000111 | eba4afe58cbf47 |
UHC | 뤯匿G | 1000111111011101110100101111101101000111 | 8fddd2fb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)