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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?愕^ | 00111111100111001011000101011110 | 3f9cb15e |
EUC-JP | ?愕^ | 00111111110110001011001101011110 | 3fd8b35e |
UTF-8 | 알愕^ | 11101100100101011000110011100110100001001001010101011110 | ec958ce684955e |
UHC | 알愕^ | 1011111011001011111001001100001101011110 | becbe4c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)