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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 薰・Y薰・bE | 111110111001111010100101010110011111101110011110101001010110001001000101 | fb9ea559fb9ea56245 |
EUC-JP | ?・Y?・bE | 001111111000111010100101010110010011111110001110101001010110001001000101 | 3f8ea5593f8ea56245 |
UTF-8 | 薰・Y薰・bE | 111010001001011010110000111011111011110110100101010110011110100010010110101100001110111110111101101001010110001001000101 | e896b0efbda559e896b0efbda56245 |
UHC | 薰?Y薰?bE | 111111011011100100111111010110011111110110111001001111110110001001000101 | fdb93f59fdb93f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)