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 | 踝琉[踝琉[^ | 1110011011110100100101111010111001011011111001101111010010010111101011100101101101011110 | e6f497ae5be6f497ae5b5e |
EUC-JP | 踝琉[踝琉[^ | 1110110011110110110011101011000001011011111011001111011011001110101100000101101101011110 | ecf6ceb05becf6ceb05b5e |
UTF-8 | 踝琉[踝琉[^ | 111010001011100010011101111001111001000010001001010110111110100010111000100111011110011110010000100010010101101101011110 | e8b89de790895be8b89de790895b5e |
UHC | ?琉[?琉[^ | 001111111101011110111000010110110011111111010111101110000101101101011110 | 3fd7b85b3fd7b85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)