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 | 敖?[敖?[^ | 100111011100001000111111010110111001110111000010001111110101101101011110 | 9dc23f5b9dc23f5b5e |
EUC-JP | 敖?[敖?[^ | 110110101100010000111111010110111101101011000100001111110101101101011110 | dac43f5bdac43f5b5e |
UTF-8 | 敖푕[敖푕[^ | 111001101001010110010110111011011001000110010101010110111110011010010101100101101110110110010001100101010101101101011110 | e69596ed91955be69596ed91955b5e |
UHC | 敖푕[敖푕[^ | 1110011111111001101111100110001001011011111001111111100110111110011000100101101101011110 | e7f9be625be7f9be625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)