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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | ?刷Y | 00111111100011011111110001011001 | 3f8dfc59 |
EUC-JP | ?刷Y | 00111111101110101111111001011001 | 3fbafe59 |
UTF-8 | 쎗刷Y | 11101100100011101001011111100101100010001011011101011001 | ec8e97e588b759 |
UHC | 쎗刷Y | 1001101110111110111000011110110001011001 | 9bbee1ec59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)