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 | 町孟??證 | 1001001010101100100101101101000000111111001111111110011010011010 | 92ac96d03f3fe69a |
EUC-JP | 町孟??證 | 1100010010101110110011001101001000111111001111111110101111111010 | c4aeccd23f3febfa |
UTF-8 | 町孟렟렫證 | 111001111001010010111010111001011010110110011111111010111010000010011111111010111010000010101011111010001010110110001001 | e794bae5ad9feba09feba0abe8ad89 |
UHC | 町孟렟렫證 | 11101111111010111101100011101011100011101011000010001110101110011111000111111011 | efebd8eb8eb08eb9f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)