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 | ???色 | 0011111100111111001111111001000001000110 | 3f3f3f9046 |
EUC-JP | ???色 | 0011111100111111001111111011111110100111 | 3f3f3fbfa7 |
UTF-8 | 롇롋뤵色 | 111010111010000110000111111010111010000110001011111010111010010010110101111010001000100110110010 | eba187eba18beba4b5e889b2 |
UHC | 롇롋뤵色 | 1000111011001101100011101101000110001111111000111101111111100100 | 8ecd8ed18fe3dfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)