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 | 釘阜 | 10010011010000101001010110001100 | 9342958c |
EUC-JP | 釘阜 | 11000101101000111100100111101100 | c5a3c9ec |
UTF-8 | 釘阜 | 111010011000011110011000111010011001100010011100 | e98798e9989c |
UHC | 釘阜 | 11101111111110011101110110111101 | eff9ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)