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 | 漿?? | 10011111111101110011111100111111 | 9ff73f3f |
EUC-JP | 漿盼? | 110111101111100110001111110011101101100100111111 | def98fced93f |
UTF-8 | 漿盼♤ | 111001101011110010111111111001111001101110111100111000101001100110100100 | e6bcbfe79bbce299a4 |
UHC | 漿盼♤ | 111011011110110011011010111100001010001010111011 | edecdaf0a2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)