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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 佑鉤 | 10010111010000111110011111101010 | 9743e7ea |
EUC-JP | 佑鉤 | 11001101101001001110111011101100 | cda4eeec |
UTF-8 | 佑鉤 | 111001001011110110010001111010011000100110100100 | e4bd91e989a4 |
UHC | 佑鉤 | 11101001110011101100111111001001 | e9cecfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)