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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???恃 | 0011111100111111001111111001110010010100 | 3f3f3f9c94 |
EUC-JP | ???恃 | 0011111100111111001111111101011111110100 | 3f3f3fd7f4 |
UTF-8 | 렯렎뤵恃 | 111010111010000010101111111010111010000010001110111010111010010010110101111001101000000110000011 | eba0afeba08eeba4b5e68183 |
UHC | 렯렎뤵恃 | 1000111010111100100011101010010010001111111000111110001110111110 | 8ebc8ea48fe3e3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)