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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????坦 | 0011111100111111001111110011111100111111001111111001001001010010 | 3f3f3f3f3f3f9252 |
EUC-JP | ??????坦 | 0011111100111111001111110011111100111111001111111100001110110011 | 3f3f3f3f3f3fc3b3 |
UTF-8 | 렶렚렶렍렭뤙坦 | 111010111010000010110110111010111010000010011010111010111010000010110110111010111010000010001101111010111010000010101101111010111010010010011001111001011001110110100110 | eba0b6eba09aeba0b6eba08deba0adeba499e59da6 |
UHC | 렶렚렶렍렭뤙坦 | 1000111011000001100011101010110110001110110000011000111010100011100011101011101010001111110010001111011110100100 | 8ec18ead8ec18ea38eba8fc8f7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)