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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?贄???? | 00111111111001101101000100111111001111110011111100111111 | 3fe6d13f3f3f3f |
EUC-JP | ?贄???? | 00111111111011001101001100111111001111110011111100111111 | 3fecd33f3f3f3f |
UTF-8 | 알贄렜隣렯렣 | 111011001001010110001100111010001011010010000100111010111010000010011100111011111010011110110001111010111010000010101111111010111010000010100011 | ec958ce8b484eba09cefa7b1eba0afeba0a3 |
UHC | 알贄렜隣렯렣 | 101111101100101111110010101111101000111010101110111011001110010010001110101111001000111010110100 | becbf2be8eaeece48ebc8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)