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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 硝粮キ | 1000111111001001111000101110110010110111 | 8fc9e2ecb7 |
EUC-JP | 硝粮キ | 101111101100101111100100111011101000111010110111 | becbe4ee8eb7 |
UTF-8 | 硝粮キ | 111001111010000110011101111001111011001010101110111011111011110110110111 | e7a19de7b2aeefbdb7 |
UHC | 硝粮? | 1111010110100110110101011101101100111111 | f5a6d5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)