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 | 釘敷 | 10010011010000101001010101111110 | 9342957e |
EUC-JP | 釘敷 | 11000101101000111100100111011111 | c5a3c9df |
UTF-8 | 釘敷 | 111010011000011110011000111001101001010110110111 | e98798e695b7 |
UHC | 釘敷 | 11101111111110011101110110100111 | eff9dda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)