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 | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | 蟾スiLh蟾スiL | 1110010110110111101111010110100101001100011010001110010110110111101111010110100101001100 | e5b7bd694c68e5b7bd694c |
EUC-JP | 蟾スiLh蟾スiL | 11101010101110011000111010111101011010010100110001101000111010101011100110001110101111010110100101001100 | eab98ebd694c68eab98ebd694c |
UTF-8 | 蟾スiLh蟾スiL | 1110100010011111101111101110111110111101101111010110100101001100011010001110100010011111101111101110111110111101101111010110100101001100 | e89fbeefbdbd694c68e89fbeefbdbd694c |
UHC | 蟾?iLh蟾?iL | 1110000011101010001111110110100101001100011010001110000011101010001111110110100101001100 | e0ea3f694c68e0ea3f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)