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 | 蜑顔セョ | 111001011000100110001010111001111011111010101110 | e5898ae7beae |
EUC-JP | 蜑顔セョ | 1110100111101001101101001110100110001110101111101000111010101110 | e9e9b4e98ebe8eae |
UTF-8 | 蜑顔セョ | 111010001001110010010001111010011010000110010100111011111011110110111110111011111011110110101110 | e89c91e9a194efbdbeefbdae |
UHC | ?顔?? | 0011111111100100110101000011111100111111 | 3fe4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)