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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??煐? | 001111110011111110001111110010011111100000111111 | 3f3f8fc9f83f |
UTF-8 | 뤝뭣煐맑 | 111010111010010010011101111010111010110110100011111001111000010110010000111010111010011110010001 | eba49debada3e78590eba791 |
UHC | 뤝뭣煐맑 | 1000111111001100101110011011110111100111101111001011100010111100 | 8fccb9bde7bcb8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)