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 | 證狩スケ | 111001101001101010001110111010111011110110111001 | e69a8eebbdb9 |
EUC-JP | 證狩スケ | 1110101111111010101111001110110110001110101111011000111010111001 | ebfabced8ebd8eb9 |
UTF-8 | 證狩スケ | 111010001010110110001001111001111000101110101001111011111011110110111101111011111011110110111001 | e8ad89e78ba9efbdbdefbdb9 |
UHC | 證狩?? | 111100011111101111100010101011010011111100111111 | f1fbe2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)