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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 業???ζ? | 1000101111000110001111110011111100111111100000111100010000111111 | 8bc63f3f3f83c43f |
EUC-JP | 業???ζ? | 1011011011001000001111110011111100111111101001101100011000111111 | b6c83f3f3fa6c63f |
UTF-8 | 業좉퍏柳ζ쉸 | 1110011010100101101011011110110010100010100010011110110110001101100011111110111110100111100010011100111010110110111011001000100110111000 | e6a5adeca289ed8d8fefa789ceb6ec89b8 |
UHC | 業좉퍏柳ζ쉸 | 111001011111011010100000111010101011101110000110111010101111011110100101111001101001101010001110 | e5f6a0eabb86eaf7a5e69a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)