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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???氈 | 0011111100111111001111111001111110000001 | 3f3f3f9f81 |
EUC-JP | ???氈 | 0011111100111111001111111101110111100001 | 3f3f3fdde1 |
UTF-8 | 알렖렍氈 | 111011001001010110001100111010111010000010010110111010111010000010001101111001101011000010001000 | ec958ceba096eba08de6b088 |
UHC | 알렖렍氈 | 1011111011001011100011101010101110001110101000111110111011111101 | becb8eab8ea3eefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)