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 | ????d^ | 001111110011111100111111001111110110010001011110 | 3f3f3f3f645e |
SJIS-WIN | ????d^ | 001111110011111100111111001111110110010001011110 | 3f3f3f3f645e |
EUC-JP | ????d^ | 001111110011111100111111001111110110010001011110 | 3f3f3f3f645e |
UTF-8 | 얠롗렯렢d^ | 1110110010010110101000001110101110100001100101111110101110100000101011111110101110100000101000100110010001011110 | ec96a0eba197eba0afeba0a2645e |
UHC | 얠롗렯렢d^ | 10111110111011001000111011011011100011101011110010001110101100110110010001011110 | beec8edb8ebc8eb3645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)