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 | 譎咒豆贒 | 1110011010011001100110011110111010010011101001001111101110101111 | e69999ee93a4fbaf |
EUC-JP | 譎咒豆贒 | 111010111111100111010010111100001100011010100110100011111101111111000011 | ebf9d2f0c6a68fdfc3 |
UTF-8 | 譎咒豆贒 | 111010001010110110001110111001011001001010010010111010001011000110000110111010001011010010010010 | e8ad8ee59292e8b186e8b492 |
UHC | 譎?豆? | 111111011101001000111111110101001110011100111111 | fdd23fd4e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)