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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 嫂晟[嫂晟[^ | 1001101101011110100111011110111001011011100110110101111010011101111011100101101101011110 | 9b5e9dee5b9b5e9dee5b5e |
EUC-JP | 嫂晟[嫂晟[^ | 1101010110111111110110101111000001011011110101011011111111011010111100000101101101011110 | d5bfdaf05bd5bfdaf05b5e |
UTF-8 | 嫂晟[嫂晟[^ | 111001011010101110000010111001101001100110011111010110111110010110101011100000101110011010011001100111110101101101011110 | e5ab82e6999f5be5ab82e6999f5b5e |
UHC | 嫂晟[嫂晟[^ | 1110000111111001111000001111100101011011111000011111100111100000111110010101101101011110 | e1f9e0f95be1f9e0f95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)