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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?宏B | 00111111100011010100011101000010 | 3f8d4742 |
EUC-JP | ?宏B | 00111111101110011010100001000010 | 3fb9a842 |
UTF-8 | 뤗宏B | 11101011101001001001011111100101101011101000111101000010 | eba497e5ae8f42 |
UHC | 뤗宏B | 1000111111000111110011101101101101000010 | 8fc7cedb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)