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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 飮o┷B | 10011111010110101000001010001111100001001011100001000010 | 9f5a828f84b842 |
EUC-JP | 飮o┷B | 11011101101110111010001111101111101010001011101001000010 | ddbba3efa8ba42 |
UTF-8 | 飮o┷B | 11101001101000111010111011101111101111011000111111100010100101001011011101000010 | e9a3aeefbd8fe294b742 |
UHC | 飮o┷B | 11101011111001101010001111101111101001101011101001000010 | ebe6a3efa6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)