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 | 澈磯」懦 | 11111011010010111000100011101001101000111001110011101101 | fb4b88e9a39ced |
EUC-JP | 澈磯」懦 | 100011111100100011100101101100001110101110001110101000111101100011101111 | 8fc8e5b0eb8ea3d8ef |
UTF-8 | 澈磯」懦 | 111001101011111010001000111001111010001110101111111011111011110110100011111001101000011110100110 | e6be88e7a3afefbda3e687a6 |
UHC | 澈磯?懦 | 11110100110011011101000110110100001111111101000111010111 | f4cdd1b43fd1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)