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 | 11101001100000011001010011100111100010111011100001000110 | e98194e78bb846 |
EUC-JP | 驕皮矯F | 11110001111000011100100011101001101101101011101001000110 | f1e1c8e9b6ba46 |
UTF-8 | 驕皮矯F | 11101001101010011001010111100111100110101010111011100111100111111010111101000110 | e9a995e79aaee79faf46 |
UHC | 驕皮矯F | 11001110111101101111100110101011110011101110110001000110 | cef6f9abceec46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)