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 | 釘? | 100100110100001000111111 | 93423f |
EUC-JP | 釘? | 110001011010001100111111 | c5a33f |
UTF-8 | 釘묶 | 111010011000011110011000111010111010110010110110 | e98798ebacb6 |
UHC | 釘묶 | 11101111111110011011100110101101 | eff9b9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)