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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 称ケス郛クシタ | 100011111100110010111001101111011110011110111100101110001011110011000000 | 8fccb9bde7bcb8bcc0 |
EUC-JP | 称ケス郛クシタ | 1011111011001110100011101011100110001110101111011110111010111110100011101011100010001110101111001000111011000000 | bece8eb98ebdeebe8eb88ebc8ec0 |
UTF-8 | 称ケス郛クシタ | 111001111010011110110000111011111011110110111001111011111011110110111101111010011000001110011011111011111011110110111000111011111011110110111100111011111011111010000000 | e7a7b0efbdb9efbdbde9839befbdb8efbdbcefbe80 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)