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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シクシ炒 | 1011110010111000101111001110000001110101 | bcb8bce075 |
EUC-JP | シクシ炒 | 1000111010111100100011101011100010001110101111001101111111010110 | 8ebc8eb88ebcdfd6 |
UTF-8 | シクシ炒 | 111011111011110110111100111011111011110110111000111011111011110110111100111001111000001010010010 | efbdbcefbdb8efbdbce78292 |
UHC | ???炒 | 0011111100111111001111111111010110100100 | 3f3f3ff5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)