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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜥ォ逞樣ス | 1110010110010010101010111110011110010111100111101110100110111101 | e592abe7979ee9bd |
EUC-JP | 蜥ォ逞樣ス | 11101001111100101000111010101011111011011111011111011100111010111000111010111101 | e9f28eabedf7dceb8ebd |
UTF-8 | 蜥ォ逞樣ス | 111010001001110010100101111011111011110110101011111010011000000010011110111001101010100010100011111011111011110110111101 | e89ca5efbdabe9809ee6a8a3efbdbd |
UHC | ??逞樣? | 00111111001111111101011011000001111001011100011000111111 | 3f3fd6c1e5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)