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 | ?????贄? | 0011111100111111001111110011111100111111111001101101000100111111 | 3f3f3f3f3fe6d13f |
EUC-JP | ?????贄? | 0011111100111111001111110011111100111111111011001101001100111111 | 3f3f3f3f3fecd33f |
UTF-8 | 앍렰렯렰알贄렜 | 111011001001010110001101111010111010000010110000111010111010000010101111111010111010000010110000111011001001010110001100111010001011010010000100111010111010000010011100 | ec958deba0b0eba0afeba0b0ec958ce8b484eba09c |
UHC | 앍렰렯렰알贄렜 | 1011111011001100100011101011110110001110101111001000111010111101101111101100101111110010101111101000111010101110 | becc8ebd8ebc8ebdbecbf2be8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)