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 | 町孟??雋 | 1001001010101100100101101101000000111111001111111110100010110010 | 92ac96d03f3fe8b2 |
EUC-JP | 町孟??雋 | 1100010010101110110011001101001000111111001111111111000010110100 | c4aeccd23f3ff0b4 |
UTF-8 | 町孟렟렫雋 | 111001111001010010111010111001011010110110011111111010111010000010011111111010111010000010101011111010011001101110001011 | e794bae5ad9feba09feba0abe99b8b |
UHC | 町孟렟렫雋 | 11101111111010111101100011101011100011101011000010001110101110011111000111100110 | efebd8eb8eb08eb9f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)