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 | 렮롅롊뤓탮 | 111010111010000010101110111010111010000110000101111010111010000110001010111010111010010010010011111011011000001110101110 | eba0aeeba185eba18aeba493ed83ae |
UHC | 렮롅롊뤓탮 | 10001110101110111000111011001011100011101101000010001111110000111011010110001110 | 8ebb8ecb8ed08fc3b58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)