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 | 鋗竺[鋗竺[^ | 1111101111010000100011101011000101011011111110111101000010001110101100010101101101011110 | fbd08eb15bfbd08eb15b5e |
EUC-JP | 鋗竺[鋗竺[^ | 10001111111001001100000110111100101100110101101110001111111001001100000110111100101100110101101101011110 | 8fe4c1bcb35b8fe4c1bcb35b5e |
UTF-8 | 鋗竺[鋗竺[^ | 111010011000101110010111111001111010101110111010010110111110100110001011100101111110011110101011101110100101101101011110 | e98b97e7abba5be98b97e7abba5b5e |
UHC | ?竺[?竺[^ | 001111111111010111100111010110110011111111110101111001110101101101011110 | 3ff5e75b3ff5e75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)