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 | ????共 | 001111110011111100111111001111111000101110100100 | 3f3f3f3f8ba4 |
EUC-JP | ????共 | 001111110011111100111111001111111011011010100110 | 3f3f3f3fb6a6 |
UTF-8 | 렼뤷퓥찊共 | 111010111010000010111100111010111010010010110111111011011001001110100101111011001011000010001010111001011000010110110001 | eba0bceba4b7ed93a5ecb08ae585b1 |
UHC | 렼뤷퓥찊共 | 10001110110001001000111111100101101111111000111010101001100011101100110111101100 | 8ec48fe5bf8ea98ecdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)