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 | 霓懷唱 | 111010001011110110011100111001011000111110100101 | e8bd9ce58fa5 |
EUC-JP | 霓懷唱 | 111100001011111111011000111001111011111010100111 | f0bfd8e7bea7 |
UTF-8 | 霓懷唱 | 111010011001110010010011111001101000011110110111111001011001010010110001 | e99c93e687b7e594b1 |
UHC | 霓懷唱 | 111001111110011111111100111000111111001111011101 | e7e7fce3f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)