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 | 駟? | 111010010110100100111111 | e9693f |
EUC-JP | 駟瓘 | 1111000111001010100011111100110011101111 | f1ca8fccef |
UTF-8 | 駟瓘 | 111010011010011110011111111001111001001110011000 | e9a79fe79398 |
UHC | 駟瓘 | 11011110111110011100111010110110 | def9ceb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)