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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?呼? | 00111111100011001100010000111111 | 3f8cc43f |
EUC-JP | ?呼? | 00111111101110001100011000111111 | 3fb8c63f |
UTF-8 | 뤿呼튎 | 111010111010010010111111111001011001000110111100111011011000101010001110 | eba4bfe591bced8a8e |
UHC | 뤿呼튎 | 100011111110101111111011101111001011101001000010 | 8febfbbcba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)