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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 廬믩죲溜뛄 | 111011111010011010000010111010111010111110101001111011001010001110110010111011111010011110001011111010111001101110000100 | efa682ebafa9eca3b2efa78beb9b84 |
UHC | 廬믩죲溜뛄 | 11100101111111101001001011101011101000011000110111101010111111101000110101000010 | e5fe92eba18deafe8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)