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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ワラシィBF | 110111001101011110111100101010000100001001000110 | dcd7bca84246 |
EUC-JP | ワラシィBF | 10001110110111001000111011010111100011101011110010001110101010000100001001000110 | 8edc8ed78ebc8ea84246 |
UTF-8 | ワラシィBF | 1110111110111110100111001110111110111110100101111110111110111101101111001110111110111101101010000100001001000110 | efbe9cefbe97efbdbcefbda84246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)