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 | 00111111100100001100111101000111 | 3f90cf47 |
EUC-JP | ?積G | 00111111110000001101000101000111 | 3fc0d147 |
UTF-8 | 얍積G | 11101100100101101000110111100111101010011000110101000111 | ec968de7a98d47 |
UHC | 얍積G | 1011111011100101111011101101110101000111 | bee5eedd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)