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 | 入?釘峰 | 10010011111111000011111110010011010000101001010111110100 | 93fc3f934295f4 |
EUC-JP | 入?釘峰 | 11000110111111100011111111000101101000111100101011110110 | c6fe3fc5a3caf6 |
UTF-8 | 入렊釘峰 | 111001011000010110100101111010111010000010001010111010011000011110011000111001011011001110110000 | e585a5eba08ae98798e5b3b0 |
UHC | 入렊釘峰 | 1110110011111101100011101010000111101111111110011101110011101000 | ecfd8ea1eff9dce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)