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 | 辿足[辿足[^ | 1001001001001000100100011010101101011011100100100100100010010001101010110101101101011110 | 924891ab5b924891ab5b5e |
EUC-JP | 辿足[辿足[^ | 1100001110101001110000101010110101011011110000111010100111000010101011010101101101011110 | c3a9c2ad5bc3a9c2ad5b5e |
UTF-8 | 辿足[辿足[^ | 111010001011111010111111111010001011011010110011010110111110100010111110101111111110100010110110101100110101101101011110 | e8bebfe8b6b35be8bebfe8b6b35b5e |
UHC | ?足[?足[^ | 001111111111000011101011010110110011111111110000111010110101101101011110 | 3ff0eb5b3ff0eb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)