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 | 鞐槫炎鉗 | 1110100011011110100111101110010110001001100010101110011111100111 | e8de9ee5898ae7e7 |
EUC-JP | 鞐槫炎鉗 | 1111000011100000110111001110011110110001111010101110111011101001 | f0e0dce7b1eaeee9 |
UTF-8 | 鞐槫炎鉗 | 111010011001111010010000111001101010011110101011111001111000001010001110111010011000100110010111 | e99e90e6a7abe7828ee98997 |
UHC | ??炎鉗 | 001111110011111111100110111110101100110011000110 | 3f3fe6faccc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)