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 | 11100111011010111110101001000111100111110111001001000110 | e76bea479f7246 |
EUC-JP | 輒鶉殲F | 11101101110011001111001110101000110111011101001101000110 | edccf3a8ddd346 |
UTF-8 | 輒鶉殲F | 11101000101111001001001011101001101101101000100111100110101011101011001001000110 | e8bc92e9b689e6aeb246 |
UHC | 輒?殲F | 111101001110010100111111111000001110100001000110 | f4e53fe0e846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)