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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 苟器臭F | 11100100100100011000101011101101100011110100110001000110 | e4918aed8f4c46 |
EUC-JP | 苟器臭F | 11100111111100011011010011101111101111011010110101000110 | e7f1b4efbdad46 |
UTF-8 | 苟器臭F | 11101000100010111001111111100101100110011010100011101000100001111010110101000110 | e88b9fe599a8e887ad46 |
UHC | 苟器臭F | 11001111110000101101000011101111111101101010101101000110 | cfc2d0eff6ab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)