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 | 矗撰シ洲 | 11100001110111101001000011101111101111001000111101000110 | e1de90efbc8f46 |
EUC-JP | 矗撰シ洲 | 1110001011100000110000001111000110001110101111001011110110100111 | e2e0c0f18ebcbda7 |
UTF-8 | 矗撰シ洲 | 111001111001111110010111111001101001001010110000111011111011110110111100111001101011010010110010 | e79f97e692b0efbdbce6b4b2 |
UHC | 矗撰?洲 | 11110101101110001111001110111100001111111111000110111101 | f5b8f3bc3ff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)