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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 入?釘峯 | 10010011111111000011111110010011010000101001010111110101 | 93fc3f934295f5 |
EUC-JP | 入?釘峯 | 11000110111111100011111111000101101000111100101011110111 | c6fe3fc5a3caf7 |
UTF-8 | 入렊釘峯 | 111001011000010110100101111010111010000010001010111010011000011110011000111001011011001110101111 | e585a5eba08ae98798e5b3af |
UHC | 入렊釘峯 | 1110110011111101100011101010000111101111111110011101110011100111 | ecfd8ea1eff9dce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)